Skip to content

Commit 8f67fdf

Browse files
author
MAGNAVIEW\Ruud
committed
Use the same node version that called the plugin to start child process.
1 parent 89b1e63 commit 8f67fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DojoLoaderPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module.exports = class DojoLoaderPlugin {
114114
}
115115
}
116116
child_process.execFile(
117-
"node", // the executable to run
117+
process.execPath, // the executable to run
118118
[ // The arguments
119119
path.resolve(__dirname, "../buildDojo", "buildRunner.js"),
120120
"load=build",

0 commit comments

Comments
 (0)