Skip to content

Commit b4a51cb

Browse files
log stack
1 parent 0fd72e2 commit b4a51cb

File tree

1 file changed

+2
-0
lines changed
  • packages/vite-plugin-cloudflare/src

1 file changed

+2
-0
lines changed

packages/vite-plugin-cloudflare/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@ if (import.meta.hot) {
426426
return;
427427
}
428428

429+
debuglog(configId, new Error("").stack);
430+
429431
if (!miniflare) {
430432
debuglog(configId, "Creating new Miniflare instance");
431433
miniflare = new Miniflare(miniflareDevOptions);

0 commit comments

Comments
 (0)