mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
replace project names
This commit is contained in:
parent
32cc6ea617
commit
674057b1af
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
/*eslint no-sync:0*/
|
||||
|
||||
if (process.getuid && process.getuid() === 0) {
|
||||
global.console.error("Sinopia doesn't need superuser privileges. Don't run it under root.")
|
||||
global.console.error("Verdaccio doesn't need superuser privileges. Don't run it under root.")
|
||||
}
|
||||
|
||||
process.title = 'verdaccio'
|
||||
|
|
Loading…
Reference in a new issue