Skip to content

Commit

Permalink
require cli-config: log require-errors instead of silent-catching req…
Browse files Browse the repository at this point in the history
…uire-errors
  • Loading branch information
nomo-app committed Dec 6, 2023
1 parent c860cd0 commit b57a1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export function readCliConfig(): NomoCliConfigs {
const nomoCliConfig = require(cliPath);
return nomoCliConfig;
} catch (e) {
console.error(e);
logFatal(
"Could not find " +
getDebugPath(cliPath) +
Expand Down

0 comments on commit b57a1cb

Please sign in to comment.