[Pkg-javascript-commits] [node-foreground-child] 14/69: left an unused var c in
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Aug 25 11:43:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-foreground-child.
commit b7de96f2180b63c9281c429b95afb6a6022c030e
Author: Benjamin Coe <ben at npmjs.com>
Date: Sat Jun 20 23:48:09 2015 -0400
left an unused var c in
---
index.js | 2 --
1 file changed, 2 deletions(-)
diff --git a/index.js b/index.js
index c0e4793..316b0d2 100644
--- a/index.js
+++ b/index.js
@@ -27,8 +27,6 @@ module.exports = function (program, args, cb) {
args = [].slice.call(arguments, 1, arrayIndex)
}
- var c
-
var child = spawn(program, args, { stdio: 'inherit' })
var childExited = false
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-foreground-child.git
More information about the Pkg-javascript-commits
mailing list