lib/vite_ruby/error.rb in vite_ruby-3.9.0 vs lib/vite_ruby/error.rb in vite_ruby-3.9.1
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
# Internal: Provides common functionality for errors.
class ViteRuby::Error < StandardError
def message
- super.sub(':troubleshooting:', <<~MSG)
+ super.sub(":troubleshooting:", <<~MSG)
Visit the Troubleshooting guide for more information:
https://vite-ruby.netlify.app/guide/troubleshooting.html#troubleshooting
MSG
end
end