Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit ebd5dd7

Browse files
committed
style(launcher): fix double semicolon
1 parent bc09fc2 commit ebd5dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/launcher.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var reportHeader_ = function(childFork) {
2525
var capability = childFork.capability;
2626
var eol = require('os').EOL;
2727

28-
var outputHeader = eol + '------------------------------------' + eol;;
28+
var outputHeader = eol + '------------------------------------' + eol;
2929
outputHeader += 'PID: ' + childFork.process.pid + ' (capability: ';
3030
outputHeader += (capability.browserName) ?
3131
capability.browserName : '';

0 commit comments

Comments
 (0)