Skip to content

Commit 93ef06a

Browse files
pieheduardoboucas
andauthored
Update tools/build.js
Co-authored-by: Eduardo Bouças <[email protected]>
1 parent 14f2b98 commit 93ef06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async function ensureNoRegionalBlobsModuleDuplicates() {
147147
}
148148
if (!foundInExpectedModule) {
149149
throw new Error(
150-
'Expected to find "fetchBeforeNextPatchedIt" variable in "run/regional-blob-store.cjs", but it was not found. This might indicate setup change that require bundling validation in "tools/build.js" to be adjusted.',
150+
'Expected to find "fetchBeforeNextPatchedIt" variable in "run/regional-blob-store.cjs", but it was not found. This might indicate a setup change that requires the bundling validation in "tools/build.js" to be adjusted.',
151151
)
152152
}
153153
if (unexpectedModulesContainingFetchBeforeNextPatchedIt.length !== 0) {

0 commit comments

Comments
 (0)