Skip to content

Commit 6b1e2cd

Browse files
更新 app.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8f9dd7a commit 6b1e2cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/foundation/core/src

packages/foundation/core/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class ObjectQL implements IObjectQL {
4747
private actions: Record<string, ActionEntry> = {};
4848

4949
// ObjectStack Kernel Integration
50-
private kernel: ObjectStackKernel | null = null;
50+
private kernel: ObjectStackKernel;
5151
private kernelPlugins: any[] = [];
5252

5353
// Store config for lazy loading in init()

0 commit comments

Comments
 (0)