Skip to content

Commit

Permalink
From the open3 docs: (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cris Shupp authored and gauravtiwari committed Apr 16, 2018
1 parent acd5d32 commit ec978ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webpacker/compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def remove_compilation_digest
def run_webpack
logger.info "Compiling…"

sterr, stdout, status = Open3.capture3(webpack_env, "#{RbConfig.ruby} ./bin/webpack")
stdout, sterr , status = Open3.capture3(webpack_env, "#{RbConfig.ruby} ./bin/webpack")

if status.success?
logger.info "Compiled all packs in #{config.public_output_path}"
Expand Down

0 comments on commit ec978ca

Please sign in to comment.