diff options
Diffstat (limited to 'installer/install-javascript-typescript-langserver.cmd')
-rw-r--r-- | installer/install-javascript-typescript-langserver.cmd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/installer/install-javascript-typescript-langserver.cmd b/installer/install-javascript-typescript-langserver.cmd index d822033..a653ada 100644 --- a/installer/install-javascript-typescript-langserver.cmd +++ b/installer/install-javascript-typescript-langserver.cmd @@ -1,5 +1,5 @@ -@echo off - -cd /d %~dp0 - -call npm_install javascript-typescript-langserver javascript-typescript-langserver +@echo off
+
+cd /d %~dp0
+
+call npm_install javascript-typescript-langserver javascript-typescript-langserver
|