Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Fix copying debug dump
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed May 2, 2016
1 parent bde0c07 commit cf535b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .jpmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ node_modules/istanbul-jpm/node_modules/

*CHANGELOG*

*.yml

# Python
python-lib/
*.pyc
Expand Down
2 changes: 1 addition & 1 deletion lib/channel/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const ChannelController = newClass(
this.getChannelsByType(),
this.getUsersByType()
]).then(([channels, users]) => {
debugDump.copyDump(channels, users);
debugDump.copy(channels, users);
});
},
onShowoptions: () => {
Expand Down

0 comments on commit cf535b1

Please sign in to comment.