Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275fbb5 commit 614cb1cCopy full SHA for 614cb1c
1 file changed
lib/webpacker/compiler.rb
@@ -89,7 +89,7 @@ def run_webpack
89
end
90
else
91
non_empty_streams = [stdout, stderr].delete_if(&:empty?)
92
- logger.error "Compilation failed:\n#{non_empty_streams.join("\n\n")}"
+ logger.error "\nCOMPILATION FAILED:\nEXIT STATUS: #{status}\nOUTPUTS:\n#{non_empty_streams.join("\n\n")}"
93
94
95
status.success?
0 commit comments