mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
eng - reduce some unused deps (#231221)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
const cp = require('child_process');
|
||||
const path = require('path');
|
||||
const opn = require('opn');
|
||||
const open = require('open');
|
||||
const minimist = require('minimist');
|
||||
|
||||
async function main() {
|
||||
@@ -33,7 +33,7 @@ async function main() {
|
||||
const serverArgs = process.argv.slice(2).filter(v => v !== '--launch');
|
||||
const addr = await startServer(serverArgs);
|
||||
if (args['launch']) {
|
||||
opn(addr);
|
||||
open(addr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user