Skip to content

Commit 788e767

Browse files
joaocgreisrvagg
authored andcommitted
test: remove unused variable
This fixes linting. #1561 Reviewed-By: Refael Ackermann <[email protected]>
1 parent f83b457 commit 788e767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/process-exec-sync.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (!String.prototype.startsWith) {
1010
}
1111

1212
function processExecSync(file, args, options) {
13-
var child, error, timeout, tmpdir, command, quote
13+
var child, error, timeout, tmpdir, command
1414
command = makeCommand(file, args)
1515

1616
/*

0 commit comments

Comments
 (0)