fix: exit with code 1 from invalid directory bin linkers

Fixes #24.
This commit is contained in:
daimond113 2025-02-03 15:52:38 +01:00
parent 7ad4c6f5c6
commit ba6a02e13b
No known key found for this signature in database
GPG key ID: 640DC95EC1190354

View file

@ -78,3 +78,4 @@ if project_root ~= nil then
end
stdio.ewrite(stdio.color("red") .. "binary `{alias}` not found. are you in the right directory?" .. stdio.color("reset") .. "\n")
process.exit(1)