error reporting in editor window
This commit is contained in:
@ -163,6 +163,10 @@ export class Editor {
|
||||
"vim-mode"
|
||||
) as HTMLButtonElement;
|
||||
|
||||
// Error line
|
||||
error_line: HTMLElement = document.getElementById("error_line") as HTMLElement
|
||||
show_error: boolean = false
|
||||
|
||||
constructor() {
|
||||
// ================================================================================
|
||||
// Loading the universe from local storage
|
||||
|
||||
Reference in New Issue
Block a user