Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondkmp committed Oct 1, 2024
1 parent 3bf87aa commit 07f177b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/util/appFileCopier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export async function computeNodeModuleFileSets(platformPackager: PlatformPackag
throw new Error("Path does not end with the package name")
}

// get the parent dir of the node moudle, input: /root/path/node_modules/@electron/remote, output: /root/path/node_modules
// get the parent dir of the package, input: /root/path/node_modules/@electron/remote, output: /root/path/node_modules
const parentDir = source.slice(0, -normalizedName.length - 1)

// for the local node modules which is not in node modules
Expand Down

0 comments on commit 07f177b

Please sign in to comment.