Skip to content

Commit b6d28cb

Browse files
start working with quotes
1 parent f0c7cf2 commit b6d28cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projectGeneratorElectron/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ ipc.on('launchProjectinIDE', function(event, arg) {
830830
console.log( windowsPath );
831831
windowsPath = "\"" + windowsPath + "\"";
832832
var exec = require('child_process').exec;
833-
exec('start ' + windowsPath, function callback(error, stdout, stderr){
833+
exec('start ' + "\"\"" + " " + windowsPath, function callback(error, stdout, stderr){
834834
return;
835835
});
836836
}

0 commit comments

Comments
 (0)