From ab8cd74d52993f507be43c22e07ca620624efca5 Mon Sep 17 00:00:00 2001
From: openbuilds-engineer
Date: Thu, 6 Jun 2019 21:15:24 +0200
Subject: [PATCH] v1.0.177 test
---
index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.js b/index.js
index de89eaa..fd17cd2 100644
--- a/index.js
+++ b/index.js
@@ -2576,7 +2576,7 @@ function startChrome(callback) {
terminal.on('exit', function(code) {
console.log('child process exited with code ' + code);
console.log('Starting chrome');
- chrome = cp.spawn('`which chromium-browser`', [
+ chrome = cp.spawn('/usr/bin/chromium-browser', [
'--app=http://127.0.0.1:3000'
]);
callback(chrome);