We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf6bc7 commit 2e4512dCopy full SHA for 2e4512d
safe-to-string.js
@@ -7,6 +7,6 @@ module.exports = function (value) {
7
if (value && isCallable(value.toString)) return value.toString();
8
return String(value);
9
} catch (e) {
10
- return "<non-stringifiable value>";
+ return "[Non-stringifiable value]";
11
}
12
};
0 commit comments