mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fixed variable
This commit is contained in:
parent
bf8a1ebe7d
commit
01c1746826
@ -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…
x
Reference in New Issue
Block a user