Skip to content

Commit

Permalink
fix: missing buildPath param
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Jun 5, 2024
1 parent 0be5238 commit 0a8d0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function patchFile(enhancerPatcher, buildPath, file) {
return true
}

async function patchAllFiles() {
async function patchAllFiles(buildPath) {
const enhancerPatcher = await import(
'notion-enhancer/scripts/patch-desktop-app.mjs'
)
Expand Down

0 comments on commit 0a8d0ea

Please sign in to comment.