Fixed variable

pull/6527/head
murgatroid99 9 years ago
parent 87f9e660f1
commit 8291274e0e
  1. 2
      src/node/tools/bin/protoc.js

@ -47,7 +47,7 @@ var exe_ext = process.platform === 'win32' ? '.exe' : '';
var protoc = path.resolve(__dirname, 'protoc' + exe_ext);
execFile(protoc, process.argv.slice(2), function(error, stdout, stderr) {
var child_process = execFile(protoc, process.argv.slice(2), function(error, stdout, stderr) {
if (error) {
throw error;
}

Loading…
Cancel
Save