1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 06:14:04 +00:00

Implement object viewer based on codemirror

This commit is contained in:
2023-05-29 17:07:58 +02:00
parent 8319f0bd82
commit 5015a47495
10 changed files with 415 additions and 248 deletions

View File

@ -6,8 +6,7 @@ import { LogError } from '$wails/runtime';
import App from './app.svelte';
window.addEventListener('unhandledrejection', event => {
LogError('Unhandled Rejection in JS! Reason:');
LogError(String(event.reason));
LogError('Unhandled JS rejection: ' + event.reason);
});
// @ts-ignore Argument IS correct.