Skip to content

Commit 435ab65

Browse files
committed
format
1 parent e647dcd commit 435ab65

File tree

1 file changed

+1
-1
lines changed
  • packages/adapter-cloudflare-workers

1 file changed

+1
-1
lines changed

packages/adapter-cloudflare-workers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function validate_config(builder, config_file) {
137137
if (wrangler_config.main.endsWith('index.js')) {
138138
throw new Error(
139139
`You cannot specify the main option file as index.js in ${config_file} because it will overwrite the server entry file. Please rename it to something else. e.g., worker.js`
140-
)
140+
);
141141
}
142142

143143
return wrangler_config;

0 commit comments

Comments
 (0)