Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Throw error instead of catching and hiding it
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplantzzz committed Apr 8, 2019
1 parent 9982c8d commit b581e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/truffle-box/lib/utils/index.js
Expand Up @@ -71,6 +71,7 @@ module.exports = {
setUpSpinner.succeed();
} catch (error) {
setUpSpinner.fail();
throw new Error(error);
}
}
};

0 comments on commit b581e0d

Please sign in to comment.