Skip to content

Commit

Permalink
fix: method renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jul 13, 2018
1 parent 4f98055 commit f3faa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ class API {
Common.printOut(conf.PREFIX_MSG + 'All processes have been stopped and deleted');
process.env.PM2_SILENT = 'false';

that.killInteract(function(err, data) {
that.killAgent(function(err, data) {
that.Client.killDaemon(function(err, res) {
if (err) Common.printError(err);
Common.printOut(conf.PREFIX_MSG + 'PM2 stopped');
Expand Down

0 comments on commit f3faa3d

Please sign in to comment.