mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: issue with service scripts that use TestView
This commit is contained in:
parent
90e7098cc7
commit
e0b9072129
@ -48,7 +48,7 @@ class Kernel extends AdvancedBase {
|
||||
const kv = new kvjs();
|
||||
global.kv = kv;
|
||||
global.cl = console.log;
|
||||
|
||||
|
||||
const { RuntimeEnvironment } = require('./boot/RuntimeEnvironment');
|
||||
const { BootLogger } = require('./boot/BootLogger');
|
||||
|
||||
|
@ -26,6 +26,7 @@ import './UI/Components/Glyph.js';
|
||||
import './UI/Components/Spinner.js';
|
||||
import './UI/Components/ActionCard.js';
|
||||
import './UI/Components/NotifCard.js';
|
||||
import './UI/Components/TestView.js';
|
||||
|
||||
logger.info('end -> async initialization');
|
||||
globalThis.init_promise.resolve();
|
||||
|
Loading…
Reference in New Issue
Block a user