mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Fixing new make.js lint errors
This commit is contained in:
parent
8ccbba442a
commit
c2cfa99cc8
1 changed files with 2 additions and 2 deletions
4
make.js
4
make.js
|
@ -618,7 +618,7 @@ target.chrome = function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
// If there was no chrome entry in the browser manifest, exit
|
// If there was no chrome entry in the browser manifest, exit
|
||||||
if(!executable) {
|
if (!executable) {
|
||||||
echo('There was no \'chrome\' entry in the browser manifest');
|
echo('There was no \'chrome\' entry in the browser manifest');
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
@ -629,7 +629,7 @@ target.chrome = function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the chrome executable doesn't exist
|
// If the chrome executable doesn't exist
|
||||||
if(!test('-f', executable)) {
|
if (!test('-f', executable)) {
|
||||||
echo('Incorrect executable path to chrome');
|
echo('Incorrect executable path to chrome');
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue