Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Commit 793839b

Browse files
committed
tslint
1 parent ca1a6f5 commit 793839b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webkit/webKitDebugAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export class WebKitDebugAdapter implements IDebugAdapter {
104104
if (launchUrl) {
105105
chromeArgs.push(launchUrl);
106106
}
107-
107+
108108
Logger.log(`spawn('${chromePath}', ${JSON.stringify(chromeArgs) })`);
109109
this._chromeProc = spawn(chromePath, chromeArgs);
110110
this._chromeProc.on('error', (err) => {

0 commit comments

Comments
 (0)