mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
Fix typo: reseting -> resetting
This commit is contained in:
parent
4e77a4b698
commit
17f9c59752
@ -726,7 +726,7 @@ CLI.reset = function(process_name, cb) {
|
||||
async.eachLimit(ids, cst.CONCURRENT_ACTIONS, function(id, next) {
|
||||
Satan.executeRemote('resetMetaProcessId', id, function(err, res) {
|
||||
if (err) console.error(err);
|
||||
printOut(cst.PREFIX_MSG + 'Reseting meta for process id %d', id);
|
||||
printOut(cst.PREFIX_MSG + 'Resetting meta for process id %d', id);
|
||||
return next();
|
||||
});
|
||||
}, function(err) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user