We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83b457 commit 788e767Copy full SHA for 788e767
test/process-exec-sync.js
@@ -10,7 +10,7 @@ if (!String.prototype.startsWith) {
10
}
11
12
function processExecSync(file, args, options) {
13
- var child, error, timeout, tmpdir, command, quote
+ var child, error, timeout, tmpdir, command
14
command = makeCommand(file, args)
15
16
/*
0 commit comments