Skip to content

Commit 8e53ac6

Browse files
committed
Update parse.js
1 parent e912e59 commit 8e53ac6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export let idx, cur,
1313
) => {
1414
const before = cur.slice(idx - 108, idx).split('\n').pop()
1515
const after = cur.slice(idx, idx + 108).split('\n').shift()
16-
throw EvalError(`${msg} at ${lines.length}:${last.length} \`${idx >= 108 ? '…' : ''}${before}${after}\``, 'font-weight: bold')
16+
throw EvalError(`${msg} at ${lines.length}:${last.length} \`${idx >= 108 ? '…' : ''}${before}${after}\``)
1717
},
1818

1919
// advance until condition meets

0 commit comments

Comments
 (0)