Skip to content

Commit

Permalink
Exit with error code when error occured
Browse files Browse the repository at this point in the history
  • Loading branch information
tomorrowkey committed Jan 7, 2021
1 parent 2fdb8f8 commit 5215359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/candy_check/cli/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ def play_store(package, product_id, token)
def version
Commands::Version.run
end

def self.exit_on_failure?
true
end
end
end
end

0 comments on commit 5215359

Please sign in to comment.