Skip to content

Commit

Permalink
test: remove unused variable
Browse files Browse the repository at this point in the history
This fixes linting.

#1561
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • Loading branch information
joaocgreis authored and refack committed Oct 14, 2018
1 parent bac9e44 commit 3481739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/process-exec-sync.js
Expand Up @@ -10,7 +10,7 @@ if (!String.prototype.startsWith) {
}

function processExecSync(file, args, options) {
var child, error, timeout, tmpdir, command, quote
var child, error, timeout, tmpdir, command
command = makeCommand(file, args)

/*
Expand Down

0 comments on commit 3481739

Please sign in to comment.