kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
v1.0.177 test
rodzic
dd33684bc1
commit
ab8cd74d52
2
index.js
2
index.js
|
@ -2576,7 +2576,7 @@ function startChrome(callback) {
|
||||||
terminal.on('exit', function(code) {
|
terminal.on('exit', function(code) {
|
||||||
console.log('child process exited with code ' + code);
|
console.log('child process exited with code ' + code);
|
||||||
console.log('Starting chrome');
|
console.log('Starting chrome');
|
||||||
chrome = cp.spawn('`which chromium-browser`', [
|
chrome = cp.spawn('/usr/bin/chromium-browser', [
|
||||||
'--app=http://127.0.0.1:3000'
|
'--app=http://127.0.0.1:3000'
|
||||||
]);
|
]);
|
||||||
callback(chrome);
|
callback(chrome);
|
||||||
|
|
Ładowanie…
Reference in New Issue