Skip to content

Commit 5736037

Browse files
committed
semicolon
1 parent 68ccc71 commit 5736037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/build/createServerBundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ async function generateBundle(
303303
banner: {
304304
js: [
305305
needsGlobalOutputDir(options)
306-
? `globalThis.outputDir = "${outputDir}"`
306+
? `globalThis.outputDir = "${outputDir}";`
307307
: "",
308308
"import process from 'node:process';",
309309
"import { Buffer } from 'node:buffer';",

0 commit comments

Comments
 (0)