We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccbba4 commit c2cfa99Copy full SHA for c2cfa99
make.js
@@ -618,7 +618,7 @@ target.chrome = function() {
618
});
619
620
// If there was no chrome entry in the browser manifest, exit
621
- if(!executable) {
+ if (!executable) {
622
echo('There was no \'chrome\' entry in the browser manifest');
623
exit(1);
624
}
@@ -629,7 +629,7 @@ target.chrome = function() {
629
630
631
// If the chrome executable doesn't exist
632
- if(!test('-f', executable)) {
+ if (!test('-f', executable)) {
633
echo('Incorrect executable path to chrome');
634
635
0 commit comments