Skip to content

Commit e080d16

Browse files
Merge branch 'main' into rs/fix-null-dataroutes
2 parents 28d6bae + 447b7d4 commit e080d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/templates/handlerUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const augmentFsModule = ({
107107
// Grab the real fs.promises.readFile...
108108
const readfileOrig = promises.readFile
109109
const statsOrig = promises.stat
110-
// ...then money-patch it to see if it's requesting a CDN file
110+
// ...then monkey-patch it to see if it's requesting a CDN file
111111
promises.readFile = (async (file, options) => {
112112
const baseUrl = getBase()
113113

0 commit comments

Comments
 (0)