Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dkingofcode committed May 3, 2023
1 parent 166f9cf commit b42502a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export let cli = async (args) => {
await otherOptions(options);
}
} catch (err) {
console.log('');
console.log(' You can report the error you encountered at https://github.com/code-collabo/node-mongo-cli/issues/new?assignees=&labels=bug&template=cli-user-error-report.md');
console.log(' There is a manual download option for the API boilerplate templates at: https://github.com/code-collabo/node-mongo-api-boilerplate-templates');
}
Expand Down

0 comments on commit b42502a

Please sign in to comment.