We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985c92f commit 6bc5b13Copy full SHA for 6bc5b13
kernel/src/kernel.ts
@@ -55,6 +55,8 @@ export class EmbeddedKernel extends BaseKernel {
55
56
console.log("[Kernel] executeRequest - Processing code");
57
const { code } = content;
58
+ console.log("GOT CODE AT KERNEL LEVEL: ", code);
59
+ console.log("Type of CODE AT KERNEL LEVEL: ", typeof code);
60
61
try {
62
console.log("[Kernel] executeRequest - Checking transport");
0 commit comments