0
Fork 0
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:
Trent Earl 2016-09-01 14:22:51 -05:00 committed by GitHub
commit c6923c9686

View file

@ -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 {