Skip to content

Commit 2139bfe

Browse files
committed
refactor
1 parent 3249f69 commit 2139bfe

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/test.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ set ELECTRON_NO_ATTACH_CONSOLE=1
55

66
pushd %~dp0\..
77
.\.build\electron\electron.exe .\node_modules\mocha\bin\_mocha %*
8-
set RESULT=%errorlevel%
98
popd
109

1110
endlocal
12-
13-
exit /b %RESULT%
11+
exit /b %errorlevel%

0 commit comments

Comments
 (0)