Skip to content

Commit fe6b38d

Browse files
committed
fix(commands): missing error -> fatal catch in run
1 parent 0bfc8ac commit fe6b38d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/run.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module Geode::Commands
7676
end
7777
end
7878

79-
error "No scripts defined in shard.yml" if shard.scripts.empty?
79+
fatal "No scripts defined in shard.yml" if shard.scripts.empty?
8080
name = arguments.get("script").as_s
8181

8282
unless shard.scripts.keys.any? &.starts_with? name

0 commit comments

Comments
 (0)