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:
authorConnor Peet <connor@peet.io>2021-05-29 00:15:17 +0300
committerConnor Peet <connor@peet.io>2021-06-01 23:07:25 +0300
commit950ad4ffec5b9921b0c88b785611e6d575d8c993 (patch)
tree513c09258342f8f43c79056f9fa3e80565fd108e /scripts
parent2c5032819227d90e64b0a7e7c4a8ab63cb79fca7 (diff)
colors: add support for exporting colors
Make color definitions introspectable, where previously there was data hidden in closures. This allows colors to be exported and used in other tools.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.bat b/scripts/test.bat
index b37aa32e0ad..7232c26193c 100644
--- a/scripts/test.bat
+++ b/scripts/test.bat
@@ -12,7 +12,7 @@ set NAMESHORT=%NAMESHORT:"=%.exe
set CODE=".build\electron\%NAMESHORT%"
:: Download Electron if needed
-node build\lib\electron.js
+call node build\lib\electron.js
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
:: Run tests