mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
set process.title
This commit is contained in:
parent
2dca3114e9
commit
0786ec6108
@ -6,6 +6,8 @@ if (process.getuid && process.getuid() === 0) {
|
|||||||
global.console.error("Sinopia doesn't need superuser privileges. Don't run it under root.")
|
global.console.error("Sinopia doesn't need superuser privileges. Don't run it under root.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
process.title = 'sinopia'
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// for debugging memory leaks
|
// for debugging memory leaks
|
||||||
// totally optional
|
// totally optional
|
||||||
|
Loading…
Reference in New Issue
Block a user