Skip to content

Commit

Permalink
chore: fix jsDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
KochiyaOcean committed Aug 19, 2022
1 parent f936a57 commit c4702d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module-path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MODULE_PATH = path.join(__dirname, '..', 'node_modules')
* we search for a package in node modules, we will node_modules at every level
* but some unexpected packages from upper node_modules would break our app
* we use this to filter out upper folders
* @param allowedPaths {string[]} the limit we want
* @param modulePaths {string[]} the limit we want
*/
export const setAllowedPath = function (...modulePaths: string[]) {
modulePaths.forEach(function (modulePath) {
Expand Down

0 comments on commit c4702d2

Please sign in to comment.