Skip to content

Commit

Permalink
fixed incorrect comments (GoogleChrome/lighthouse#2392)
Browse files Browse the repository at this point in the history
  • Loading branch information
mixed authored and paulirish committed May 30, 2017
1 parent f0362b6 commit a28588d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiled-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function(filename) {
if (!fs.existsSync(path.join(__dirname, filename))) {
console.log(
'Oops! Looks like the chrome-launcher files needs to be compiled. Please run:');
console.log(' yarn install; yarn build;');
console.log(' yarn install-launcher; yarn build-launcher;');
console.log('More at: https://github.com/GoogleChrome/lighthouse#develop');
process.exit(1);
}
Expand Down

0 comments on commit a28588d

Please sign in to comment.