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

Commit

Permalink
tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Nov 18, 2015
1 parent ca1a6f5 commit 793839b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webkit/webKitDebugAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class WebKitDebugAdapter implements IDebugAdapter {
if (launchUrl) {
chromeArgs.push(launchUrl);
}

Logger.log(`spawn('${chromePath}', ${JSON.stringify(chromeArgs) })`);
this._chromeProc = spawn(chromePath, chromeArgs);
this._chromeProc.on('error', (err) => {
Expand Down

0 comments on commit 793839b

Please sign in to comment.