Skip to content

Commit

Permalink
Merge pull request #64 from platformatic/63-red-status-when-app-is-su…
Browse files Browse the repository at this point in the history
…ccessfully-generated

fix: adding console error to logs
  • Loading branch information
tonysnowboardunderthebridge authored Dec 5, 2023
2 parents 4aacc1e + 67ab523 commit d6cd51d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const GeneratingApplication = React.forwardRef(({ onRestartProcess }, ref) => {
console.error(`Error on generateApplication ${error}`)
setAppGeneratedError(true)
setCountDownStatus(ERROR)
setLogValue({ level: 'error', message: `Error on generateApplication ${error}` })
} finally {
setAppGenerated(true)
}
Expand Down

0 comments on commit d6cd51d

Please sign in to comment.