Skip to content

Commit

Permalink
fix: that this - uncache node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed May 17, 2018
1 parent ae09896 commit 294038d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ node_js:
- "4"
- "6"
- "8"
cache:
directories:
- node_modules
git:
depth: 5
os:
Expand Down
1 change: 1 addition & 0 deletions lib/God/ActionMethods.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ module.exports = function(God) {
God.dumpProcessList = function(cb) {
var process_list = [];
var apps = Utility.clone(God.getFormatedProcesses());
var that = this;

// Don't override the actual dump file if process list is empty
// unless user explicitely did `pm2 dump`.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"name": "pm2",
"preferGlobal": true,
Expand Down

0 comments on commit 294038d

Please sign in to comment.