Skip to content

Commit e0b9072

Browse files
committed
fix: issue with service scripts that use TestView
1 parent 90e7098 commit e0b9072

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/backend/src/Kernel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Kernel extends AdvancedBase {
4848
const kv = new kvjs();
4949
global.kv = kv;
5050
global.cl = console.log;
51-
51+
5252
const { RuntimeEnvironment } = require('./boot/RuntimeEnvironment');
5353
const { BootLogger } = require('./boot/BootLogger');
5454

src/gui/src/init_async.js

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import './UI/Components/Glyph.js';
2626
import './UI/Components/Spinner.js';
2727
import './UI/Components/ActionCard.js';
2828
import './UI/Components/NotifCard.js';
29+
import './UI/Components/TestView.js';
2930

3031
logger.info('end -> async initialization');
3132
globalThis.init_promise.resolve();

0 commit comments

Comments
 (0)