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

Commit

Permalink
More actionable error message on startup (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewML authored Feb 7, 2018
1 parent 99f60a2 commit 95fbeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = async env => {
magentoEnv = await getMagentoEnv(process.env.MAGENTO_HOST);
} catch (e) {
console.error(
`Unable to get Magento environment from ${
`Unable to get Magento environment from "MAGENTO_HOST" configuration. Found: ${
process.env.MAGENTO_HOST
}.`,
e
Expand Down

0 comments on commit 95fbeca

Please sign in to comment.