Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGAMINDMK authored Mar 3, 2020
1 parent 03aa446 commit 814dff5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Php Electronjs v0.4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
//const spawn = require('child_process').spawn;
//const bat = spawn('cmd.exe', ['/c', myBatFilePath]);
const exec = require('child_process').exec;
//Use below code if php not starting bug occurs in v4
//exec('cd resources/php && call php -S localhost:80', (e, stdout, stderr)=> {
exec('cd ../extraResources/php && call php -S localhost:80', (e, stdout, stderr)=> {
if (e instanceof Error) {
console.error(e);
Expand Down

0 comments on commit 814dff5

Please sign in to comment.