Skip to content

Commit 745fc0f

Browse files
committed
prettier
1 parent 89985e3 commit 745fc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class Kernel {
190190
// Check for Bun runtime in a way that avoids type errors if Bun is not defined
191191
if (typeof globalThis !== 'undefined' && typeof (globalThis as any).Bun !== 'undefined' && (globalThis as any).Bun.version) {
192192
throw new Errors.KernelError(
193-
'The Bun runtime is not supported. Please use a different runtime.',
193+
"The Bun runtime is not supported. Please use a different runtime.",
194194
);
195195
}
196196

0 commit comments

Comments
 (0)