Skip to content
Snippets Groups Projects
Commit 8291274e authored by murgatroid99's avatar murgatroid99
Browse files

Fixed variable

parent 87f9e660
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment