Skip to content

Commit 8f20cbc

Browse files
committedMar 3, 2018
chore: fix some more linting errors
1 parent 301187a commit 8f20cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/util/run.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function run(method, command, args, options) {
102102
}
103103

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

108108
// Run sync version

0 commit comments

Comments
 (0)