mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
Fix typo issue in warning
This commit is contained in:
parent
700fbff0ad
commit
cd7db9c9fe
@ -1869,7 +1869,7 @@ function checkDeprecates(conf){
|
||||
|
||||
// Ensure instance param is not a negative value
|
||||
if (conf.instances < 0) {
|
||||
warn('You passed a negative value to indicate maximum of instances... Setting this to maximum instances.');
|
||||
warn('You passed a negative value to indicate the number of instances... Setting this to maximum instances.');
|
||||
conf.instances = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user