Skip to content

Commit

Permalink
Add heapsnapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Apr 30, 2015
1 parent 9113fdb commit d4aef9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
*.swp
/node_modules
.npm-updated
*.heapsnapshot
3 changes: 2 additions & 1 deletion app.js
Expand Up @@ -33,7 +33,8 @@ var nopt = require('nopt'),
path = require('path'),
fs = require('fs-extra'),
http = require('http'),
Promise = require('promise');
Promise = require('promise'),
heapdump = require('heapdump');

var opts = nopt({
'env': [String],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,9 +21,9 @@
"connect-restreamer": "1.0.x",
"express": "4.11.x",
"fs-extra": "0.8.x",
"heapdump": "0.3.x",
"http-proxy": "1.8.x",
"lru-cache": "2.5.x",
"memwatch": "0.2.x",
"morgan": "1.5.x",
"promise": "6.1.x",
"promise-queue": "2.1.x",
Expand Down

0 comments on commit d4aef9b

Please sign in to comment.