Skip to content

Commit

Permalink
Fix the debug logging for toasts
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed May 14, 2017
1 parent 10cf918 commit 6da1d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fire/fire.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@

toastr.subscribe(toast => {
if (toast.state === 'visible')
(fire[map[toast.map.type]] || debug)(toast.map.message);
debug(toast.map.message, toast);
});
}

Expand Down

0 comments on commit 6da1d69

Please sign in to comment.