mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
chore: typo
This commit is contained in:
parent
a760e6814d
commit
edef457209
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue