We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb39a5 commit 993a6b4Copy full SHA for 993a6b4
src/runCommands.js
@@ -9,7 +9,7 @@ function runBinary(command) {
9
}
10
11
function normaliseCommands(commands) {
12
- return Array.isArray(commands) ? commands : [commands].filter(x => !!x);
+ return Array.isArray(commands) ? commands : [commands].filter((x) => !!x);
13
14
15
module.exports = function runCommands(commands) {
0 commit comments