Skip to content

Commit

Permalink
fix(function-tree): safe stringify on function end
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Dec 22, 2016
1 parent ea26c4f commit 33e4d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/function-tree/src/devtools/index.js
Expand Up @@ -180,7 +180,7 @@ class Devtools {
return
}

const message = JSON.stringify({
const message = this.safeStringify({
type: 'executionFunctionEnd',
data: {
execution: {
Expand Down

0 comments on commit 33e4d1c

Please sign in to comment.