Skip to content

Commit 6bc5b13

Browse files
dbg
1 parent 985c92f commit 6bc5b13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/src/kernel.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ export class EmbeddedKernel extends BaseKernel {
5555

5656
console.log("[Kernel] executeRequest - Processing code");
5757
const { code } = content;
58+
console.log("GOT CODE AT KERNEL LEVEL: ", code);
59+
console.log("Type of CODE AT KERNEL LEVEL: ", typeof code);
5860

5961
try {
6062
console.log("[Kernel] executeRequest - Checking transport");

0 commit comments

Comments
 (0)