Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Jul 8, 2021
1 parent 7400ed5 commit e2f51c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/functions/runtimes/js/builders/zisi.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const buildFunction = async ({ cache, config, func, functionsDirectory, projectR
}

// Clears the cache for any files inside the directory from which functions are
// served, except for any node_modules directories that live there.
// served.
const clearFunctionsCache = (functionsPath) => {
Object.keys(require.cache)
.filter((key) => key.startsWith(functionsPath))
Expand Down

0 comments on commit e2f51c1

Please sign in to comment.