1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00

Match shell title with web title

This commit is contained in:
osher 2017-11-15 17:50:01 +02:00 committed by GitHub
parent 9e59cf75f0
commit ddcc4935df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,6 +64,8 @@ try {
process.exit(1);
}
process.title = config.web && config.web.title || 'verdaccio'
afterConfigLoad();
/**