code-web fix --help

This commit is contained in:
Martin Aeschlimann 2022-02-02 17:53:24 +01:00
parent 47dbe8bbf6
commit 92cecf1048
No known key found for this signature in database
GPG key ID: 2609A01E695523E3

View file

@ -41,10 +41,10 @@ async function main() {
if (args.help) {
console.log(
'./scripts/code-web.sh|bat [options]\n' +
' --playground Include the vscode-web-playground extension\n'
' --playground Include the vscode-web-playground extension (added by default if no folderPath is provided)\n'
);
startServer(['--help']);
process.exit(0);
return;
}
const serverArgs = [];