0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Merge pull request #405 from osher/patch-1

Match shell title with web title
This commit is contained in:
Juan Picado @jotadeveloper 2017-12-05 23:56:39 +01:00 committed by GitHub
commit 88f3d2cc43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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