Skip to content

Commit

Permalink
fix other launch typos
Browse files Browse the repository at this point in the history
this commit fixes two more typos for 'launch'
  • Loading branch information
JSKitty committed Oct 8, 2022
1 parent 6fe3179 commit 0e2b65e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/sourcemap-auto-resolve/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ API.prototype.connect = function(noDaemon, cb) {
return cb(err, meta);

// If new pm2 instance has been popped
// Lauch all modules
// Launch all modules
Modularizer.launchAll(that, function(err_mod) {
return cb(err, meta);
});
Expand Down
2 changes: 1 addition & 1 deletion lib/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class API {

that.launchSysMonitoring(() => {})
// If new pm2 instance has been popped
// Lauch all modules
// Launch all modules
that.launchAll(that, function(err_mod) {
return cb(err, meta);
});
Expand Down

0 comments on commit 0e2b65e

Please sign in to comment.