Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3630 from LiskHQ/3621-process-label
Browse files Browse the repository at this point in the history
Process status shows undefined in Lisk Application - Closes #3621
  • Loading branch information
MaciejBaj authored May 15, 2019
2 parents 735b92d + a42a344 commit 932d52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/controller/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const __private = {
};

const registerProcessHooks = app => {
process.title = `${app.label}`;
process.title = `${app.config.app.label}(${app.config.app.version})`;

process.on('uncaughtException', err => {
// Handle error safely
Expand Down

0 comments on commit 932d52d

Please sign in to comment.