Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Cornelissen <[email protected]>
  • Loading branch information
mondeja and ericcornelissen authored Apr 1, 2024
1 parent 2a910cd commit 05752ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ process.on("exit", () => {
configObj = {};
}
} else if (configObj === undefined) {
logger.error("Failed to get default export from configuration file");
logger.error("Default export missing from configuration file (use `export default {...}` or `module.exports = {...}`");
process.exit(EXIT_CODES.configuration);
}
} catch (e) {
Expand Down

0 comments on commit 05752ec

Please sign in to comment.