mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
fix message
This commit is contained in:
@@ -216,7 +216,7 @@ export class UI {
|
|||||||
this.debugger_loading_message.innerText =
|
this.debugger_loading_message.innerText =
|
||||||
state.loading_external_imports_state != null
|
state.loading_external_imports_state != null
|
||||||
? 'Loading external modules...'
|
? 'Loading external modules...'
|
||||||
: 'Waiting...'
|
: 'Executing code...'
|
||||||
}
|
}
|
||||||
|
|
||||||
render_debugger(state) {
|
render_debugger(state) {
|
||||||
|
|||||||
Reference in New Issue
Block a user