Skip to content

Commit

Permalink
chore: 🔊 add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaxy committed Oct 13, 2020
1 parent 27b8a0e commit 5c95979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function setHistory(history: Partial<Messages>) {
}

export function clearHistory() {
debug(`clear: ${DEFAULT_MESSAGES}`);
debug(`clear: ${JSON.stringify(DEFAULT_MESSAGES)}`);
cache = DEFAULT_MESSAGES;
}

Expand Down

0 comments on commit 5c95979

Please sign in to comment.