Skip to content

Commit

Permalink
Fix #75
Browse files Browse the repository at this point in the history
  • Loading branch information
pschaub authored Jan 3, 2018
1 parent e4bcdbe commit d8d37bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const hookLogger = (logItem) => {
}
try {
window.postMessage({ newStateData }, '*');
window.postMessage(JSON.parse(JSON.stringify({ newStateData })), '*');
}
catch(err) {
console.log(err);
Expand Down

0 comments on commit d8d37bf

Please sign in to comment.