Skip to content

Commit

Permalink
fix: #3831 switch registerToKM() to register()
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 authored and vmarchaud committed Aug 17, 2018
1 parent c433f5f commit 8df2451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/API/pm2-plus/process-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function(CLI) {
try {
fs.statSync(this._conf.INTERACTION_CONF);
} catch(e) {
return this.registerToKM();
return this.register({});
}
}

Expand Down

0 comments on commit 8df2451

Please sign in to comment.