Skip to content

Commit

Permalink
improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Mar 18, 2024
1 parent 9a74c44 commit 683cc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_wxw_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

require 'wx'
fail 'ERROR' unless Wx::WXWIDGETS_VERSION == ARGV[0]
fail "ERROR: Expected #{ARGV[0]} but is #{Wx::WXWIDGETS_VERSION}" unless Wx::WXWIDGETS_VERSION == ARGV[0]

0 comments on commit 683cc65

Please sign in to comment.