From baf162329b1166afeb1a0f1f06f91ca1f0977906 Mon Sep 17 00:00:00 2001 From: surajteggi <93778410+surajteggi@users.noreply.github.com> Date: Fri, 4 Feb 2022 17:51:12 +0530 Subject: Update code-web.js Fix typo --- scripts/code-web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/code-web.js b/scripts/code-web.js index 2e4b1596dac..ceee8aa4283 100644 --- a/scripts/code-web.js +++ b/scripts/code-web.js @@ -74,7 +74,7 @@ async function main() { serverArgs.push('--sourcesPath', APP_ROOT); - serverArgs.push(...process.argv.slice(2).filter(v => !v.startsWith('--playground') && v !== '--no-playgorund')); + serverArgs.push(...process.argv.slice(2).filter(v => !v.startsWith('--playground') && v !== '--no-playground')); startServer(serverArgs); -- cgit v1.2.3