Skip to content

Commit dbb2bf8

Browse files
committed
fix: remove BOM from batch scripts to prevent cmd parser errors
1 parent 195122e commit dbb2bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-benchmark.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@echo off
1+
@echo off
22
echo ⚡ Building Main Project...
33
call mvn -q clean package -DskipTests
44
if %ERRORLEVEL% NEQ 0 (

0 commit comments

Comments
 (0)