mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
fix missing semicolon
This commit is contained in:
@@ -33,7 +33,7 @@ function main() {
|
||||
' --launch Opens a browser'
|
||||
);
|
||||
startServer(['--help']);
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
const serverArgs = process.argv.slice(2).filter(v => v !== '--launch');
|
||||
|
||||
Reference in New Issue
Block a user