RangeError: Invalid count value
eight04 opened this issue · 1 comments
eight04 commented
endent
throws with the following code:
var endent = require("endent")
const a = '"test"';
console.log(endent`
{
${a}: null
}
`);
https://runkit.com/embed/dc58pgajgtpl
The line throwing the error:
Line 29 in 2ffcf9a
ZhouHansen commented
nice catch! fixed:
https://runkit.com/zhouhansen/5b39848c12e4e600121297b7