Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyoukun committed May 24, 2018
1 parent ad8ebc2 commit 4aeb795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/proxy/http.proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ process.on('heapdump',function(e){

require('heapdump').writeSnapshot(__dirname + '/cpu' + serverInfo.cpu + '.' + Date.now() + '.heapsnapshot',function(err, filename) {
logger.info('dump written to ${filename}', {
filenamelet: filename
filename: filename
});
});

Expand Down

0 comments on commit 4aeb795

Please sign in to comment.