mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
throw null
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {exec, get_state} from '../index.js'
|
||||
import {ValueExplorer} from './value_explorer.js'
|
||||
import {ValueExplorer, stringify_for_header} from './value_explorer.js'
|
||||
import {el, stringify, fn_link} from './domutils.js'
|
||||
import {FLAGS} from '../feature_flags.js'
|
||||
|
||||
@@ -244,7 +244,7 @@ export class Editor {
|
||||
|
||||
exp.render(value)
|
||||
} else {
|
||||
content.appendChild(el('span', 'eval_error', error.toString()))
|
||||
content.appendChild(el('span', 'eval_error', stringify_for_header(error)))
|
||||
}
|
||||
|
||||
this.widget = {
|
||||
|
||||
Reference in New Issue
Block a user