Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Åström committed Oct 30, 2017
1 parent 77d160d commit dab320d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdp/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ const chromeLauncher = require('chrome-launcher');

module.exports = async function launch(options) {
return chromeLauncher.launch(options);
}
};

0 comments on commit dab320d

Please sign in to comment.