Skip to content

Commit a42d7a6

Browse files
committed
fixup! format
1 parent 703f491 commit a42d7a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/wrangler/src/deployment-bundle/esbuild-plugins/nodejs-compat.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { dedent } from "../../utils/dedent";
55
import type { Plugin } from "esbuild";
66
import type { NodeJSCompatMode } from "miniflare";
77

8-
98
/**
109
* An esbuild plugin that will:
1110
* - mark any `node:...` imports as external
@@ -109,4 +108,4 @@ function toList(items: string[], absWorkingDir: string | undefined): string {
109108
return items
110109
.map((i) => ` - ${chalk.blue(relative(absWorkingDir ?? "/", i))}`)
111110
.join("\n");
112-
}
111+
}

0 commit comments

Comments
 (0)