Skip to content

Commit

Permalink
Most compatible way to log error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 3, 2024
1 parent cfeb092 commit b741d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bake
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ require_relative '../lib/bake/command'
begin
Bake::Command.call
rescue => error
Console.logger.error(Bake::Command) {error}
Console.error(Bake::Command, error)
exit 1
end

0 comments on commit b741d86

Please sign in to comment.