Fix run scan issue with invalid skip config

https://github.com/rancher/rancher/issues/26248
This commit is contained in:
loganhz 2020-03-25 19:51:41 +08:00
parent e2f0dc795b
commit bbaad1a469
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ export default Service.extend({
return skips;
} catch (ex) {
return {};
return [];
}
};