diff --git a/webkit/webKitDebugAdapter.ts b/webkit/webKitDebugAdapter.ts index 89ad61ba0..b50c8769d 100644 --- a/webkit/webKitDebugAdapter.ts +++ b/webkit/webKitDebugAdapter.ts @@ -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) => {