Skip to content

Commit 814dff5

Browse files
authored
Update index.html
1 parent 03aa446 commit 814dff5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Php Electronjs v0.4/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
//const spawn = require('child_process').spawn;
1414
//const bat = spawn('cmd.exe', ['/c', myBatFilePath]);
1515
const exec = require('child_process').exec;
16-
//Use below code if php not starting bug occurs in v4
17-
//exec('cd resources/php && call php -S localhost:80', (e, stdout, stderr)=> {
1816
exec('cd ../extraResources/php && call php -S localhost:80', (e, stdout, stderr)=> {
1917
if (e instanceof Error) {
2018
console.error(e);

0 commit comments

Comments
 (0)