Skip to content

Commit ce3b3a5

Browse files
committed
installer needed escape chars
1 parent bb02679 commit ce3b3a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/rails-webpacker.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ class ApplicationRecord < ActiveRecord::Base
7575
module Hyperstack
7676
def self.on_error(operation, err, params, formatted_error_message)
7777
::Rails.logger.debug(
78-
"#{formatted_error_message}\n\n" +
78+
"\#{formatted_error_message}\\n\\n" +
7979
Pastel.new.red(
80-
'To further investigate you may want to add a debugging '\
80+
'To further investigate you may want to add a debugging '\\
8181
'breakpoint to the on_error method in config/initializers/hyperstack.rb'
8282
)
8383
)

0 commit comments

Comments
 (0)