Skip to content

Commit 7dac699

Browse files
Copilotdata-douser
andauthored
fix: use exit /b %ERRORLEVEL% at end of pre-finalize.cmd; remove .codeql-version
Agent-Logs-Url: https://github.com/advanced-security/codeql-sap-js/sessions/8906d85d-2830-47c2-b48a-447b735a4538 Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
1 parent 5fda254 commit 7dac699

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.codeql-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

extractors/javascript/tools/pre-finalize.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ REM default by CodeQL.
4545
REM XSJS also requires indexing of *.xsaccess files, *.xsjs files and xs-app.json files, but these
4646
REM are indexed by default by CodeQL.
4747

48-
exit /b 0
48+
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)