We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28d6bae + 447b7d4 commit e080d16Copy full SHA for e080d16
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