593 B
593 B
meteor/meteor
npm-packages/meteor-installer/install.js
if (isWindows()) {
//set for the current session and beyond
child_process.execSync(`setx path "${meteorPath}/;%path%`);
return;
}
This shell command depends on an uncontrolled absolute path.