Skip to content

Commit a0350a2

Browse files
authored
Merge pull request #34 from istreamlabs/noun-return-errors-array
fix: noun function should always return list
2 parents e351dab + 689983e commit a0350a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isp-functions/noun-deps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ module.exports = targetValue => {
7272
}
7373
}
7474

75-
return errors.length ? errors : null;
75+
return errors;
7676
};

0 commit comments

Comments
 (0)