Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Update lib/project_types/extension/commands/build.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Gonzalo Riestra <gonzalo.riestra@shopify.com>
  • Loading branch information
t6d and gonzaloriestra committed Nov 17, 2021
1 parent d835030 commit 5d92c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/project_types/extension/commands/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run_new_flow(project)

@ctx.puts(output)
rescue => error
@ctx.abort(error.message)
raise ShopifyCLI::Abort, error.message
end

def run_legacy_flow
Expand Down

0 comments on commit 5d92c32

Please sign in to comment.