Skip to content

Commit e81a9ce

Browse files
committed
Build: Throw error instead just quit
1 parent 1e71aa3 commit e81a9ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make/pre-make.r3

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ spec-file: try/except [
2727
][ clean-path %spec-core.reb ]
2828

2929
unless 'file = exists? spec-file [
30-
error "Spec file not found!"
31-
quit
30+
do error "Spec file not found!"
3231
]
3332

3433
print-info ["Using spec file:" as-yellow to-local-file spec-file ]

0 commit comments

Comments
 (0)