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 89985e3 commit 745fc0fCopy full SHA for 745fc0f
src/client.ts
@@ -190,7 +190,7 @@ export class Kernel {
190
// Check for Bun runtime in a way that avoids type errors if Bun is not defined
191
if (typeof globalThis !== 'undefined' && typeof (globalThis as any).Bun !== 'undefined' && (globalThis as any).Bun.version) {
192
throw new Errors.KernelError(
193
- 'The Bun runtime is not supported. Please use a different runtime.',
+ "The Bun runtime is not supported. Please use a different runtime.",
194
);
195
}
196
0 commit comments