mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
auto-fixed prefer-const violation
This commit is contained in:
@@ -149,7 +149,7 @@ async function launchServer(browserType: BrowserType): Promise<{ endpoint: url.U
|
||||
|
||||
const stdio: cp.StdioOptions = optimist.argv.debug ? 'pipe' : ['ignore', 'pipe', 'ignore'];
|
||||
|
||||
let serverProcess = cp.spawn(
|
||||
const serverProcess = cp.spawn(
|
||||
serverLocation,
|
||||
serverArgs,
|
||||
{ env, stdio }
|
||||
|
||||
Reference in New Issue
Block a user