Skip to content

Commit

Permalink
chore: fix some more linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Mar 3, 2018
1 parent 301187a commit 8f20cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/run.js
Expand Up @@ -102,7 +102,7 @@ function run(method, command, args, options) {
}

method = method.replace(/-force-shell$/, '');
options = Object.assign({ forceShell: true }, options);
options = { forceShell: true, ...options };
}

// Run sync version
Expand Down

0 comments on commit 8f20cbc

Please sign in to comment.