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

Commit 64feff2

Browse files
committed
Clang format.
1 parent 99b85ae commit 64feff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/runner.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ export class Runner extends EventEmitter {
9494
}
9595
if (unknownFlags.length > 0 && !this.config_.disableChecks) {
9696
// TODO: Make this throw a ConfigError in Protractor 6.
97-
logger.warn('Ignoring unknown extra flags: ' + unknownFlags.join(', ') + '. This will be' +
97+
logger.warn(
98+
'Ignoring unknown extra flags: ' + unknownFlags.join(', ') + '. This will be' +
9899
' an error in future versions, please use --disableChecks flag to disable the ' +
99100
' Protractor CLI flag checks. ');
100101
}

0 commit comments

Comments
 (0)