Skip to content

Commit

Permalink
shutdown pro manager after response send
Browse files Browse the repository at this point in the history
  • Loading branch information
ksv510 committed May 25, 2023
1 parent 93e30f3 commit 94da0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/system/version-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class VersionService {
logger.info(`npm install result is [${JSON.stringify(npmInstallResult)}]`)

logger.info(`checked out tag ${tagName} and executed npm install. Exiting...`)
process.exit(0)
//shutdown pro-manager after response send
setTimeout(() => process.exit(0), 500)
}
}

Expand Down

0 comments on commit 94da0f2

Please sign in to comment.