Skip to content

Commit

Permalink
add os.exit
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 12, 2024
1 parent bf5522d commit 57f8f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ local isWindows = lm.os == "windows"

if lm.prebuilt == nil then
print("Please use `"..(isWindows and [[.\compile\install.bat]] or [[./compile/install.sh]]).."`.")
os.exit(false)
return
end

Expand Down

0 comments on commit 57f8f20

Please sign in to comment.