0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00

chore: typo

This commit is contained in:
Juan Picado 2021-05-22 07:57:09 +02:00
parent a760e6814d
commit edef457209

View file

@ -59,7 +59,7 @@ function init() {
}
logger.logger.warn({ file: configPathLocation }, 'config file - @{file}');
process.emitWarning(`verdaccio 4.x is deprecated and won't longer recieve security support, please
process.emitWarning(`verdaccio 4.x is deprecated and won't longer receive security support, please
update to 5.x or higher`);
startVerdaccio(verdaccioConfiguration, cliListener, configPathLocation, pkgVersion, pkgName, listenDefaultCallback);
} catch (err) {