Skip to content

Commit

Permalink
Update lib/docassemble/setup.js
Browse files Browse the repository at this point in the history
Co-authored-by: plocket <52798256+plocket@users.noreply.github.com>
  • Loading branch information
BryceStevenWilley and plocket authored Jan 12, 2023
1 parent 39dc419 commit 3dabf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docassemble/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const setup = async () => {
try {
project_name = await da_i.loop_to_create_project();
} catch (error) {
log.error({type: `setup`, pre: `something happened when creating docassemble project`, data: JSON.stringify(error, null, 4)})
log.error({type: `setup`, pre: `an unexpected error occurred while trying to create a docassemble project in the user's account`, data: JSON.stringify(error, null, 4)})
// we don't re-throw the exception, so make sure to exit with 1 to let Github Actions know the script failed
process.exitCode = 1;
return;
Expand Down

0 comments on commit 3dabf05

Please sign in to comment.