We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3249f69 commit 2139bfeCopy full SHA for 2139bfe
1 file changed
scripts/test.bat
@@ -5,9 +5,7 @@ set ELECTRON_NO_ATTACH_CONSOLE=1
5
6
pushd %~dp0\..
7
.\.build\electron\electron.exe .\node_modules\mocha\bin\_mocha %*
8
-set RESULT=%errorlevel%
9
popd
10
11
endlocal
12
-
13
-exit /b %RESULT%
+exit /b %errorlevel%
0 commit comments