Skip to content

Commit

Permalink
chore: update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 5, 2024
1 parent b5c0a58 commit fd5baa6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion patches/@nuxt__kit.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ index 6d84162e54e2b02c48e024ce937903392e332ff4..5cc1a630dd69720667bd468944b13421
}
if (typeof nuxtModule !== "function") {
+ console.log(orig, nuxtModule)
throw new TypeError("Nuxt module should be a function: " + nuxtModule);
throw new TypeError("Nuxt module should be a function: " + orig + Object.keys(nuxtModule));
}
return { nuxtModule, buildTimeModuleMeta };
Loading

0 comments on commit fd5baa6

Please sign in to comment.