0
Fork 0
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:
Juan Carlos Picado 2016-09-01 20:34:53 +02:00
parent d42a5ad1c5
commit c20cf6d6e5

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.")
}
process.title = 'sinopia'
process.title = 'verdaccio'
require('es6-shim')
try {