Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/code-web.sh')
-rwxr-xr-xscripts/code-web.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/code-web.sh b/scripts/code-web.sh
index dd32d01117e..fe468f37fb7 100755
--- a/scripts/code-web.sh
+++ b/scripts/code-web.sh
@@ -18,7 +18,7 @@ function code() {
NODE=$(node build/lib/node.js)
- $NODE ./resources/web/bin-dev/code-web-playground.js "$@"
+ $NODE ./scripts/code-web.js "$@"
}
code "$@"