Skip to content

Commit

Permalink
fix console warning
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Sep 25, 2017
1 parent bd6a45f commit bf9c951
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chrome-launcher/manual-chrome-launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ launch({
port,
enableExtensions,
chromeFlags,
}).then(v => console.log(`✨ Chrome debugging port: ${v.port}`));
})
// eslint-disable-next-line no-console
.then(v => console.log(`✨ Chrome debugging port: ${v.port}`));

0 comments on commit bf9c951

Please sign in to comment.