We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb4e6c commit 0a2cd88Copy full SHA for 0a2cd88
src/common/EvalIFrame.res
@@ -53,7 +53,7 @@ let srcDoc = `
53
else if (typeof arg === 'object') {
54
return JSON.stringify(arg, Object.getOwnPropertyNames(arg));
55
} else if (typeof arg === 'function') {
56
- return '[function]';
+ return arg.toString()
57
}
58
return arg;
59
});
0 commit comments