mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
rename process to verdaccio
This commit is contained in:
parent
d42a5ad1c5
commit
c20cf6d6e5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ 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'
|
process.title = 'verdaccio'
|
||||||
require('es6-shim')
|
require('es6-shim')
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Reference in a new issue