We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce2cd9 commit 447b7d4Copy full SHA for 447b7d4
packages/runtime/src/templates/handlerUtils.ts
@@ -107,7 +107,7 @@ export const augmentFsModule = ({
107
// Grab the real fs.promises.readFile...
108
const readfileOrig = promises.readFile
109
const statsOrig = promises.stat
110
- // ...then money-patch it to see if it's requesting a CDN file
+ // ...then monkey-patch it to see if it's requesting a CDN file
111
promises.readFile = (async (file, options) => {
112
const baseUrl = getBase()
113
0 commit comments