mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Merge pull request #57 from juanpicado/master
rename process to verdaccio
This commit is contained in:
commit
c6923c9686
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.")
|
||||
}
|
||||
|
||||
process.title = 'sinopia'
|
||||
process.title = 'verdaccio'
|
||||
require('es6-shim')
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue