You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -147,12 +147,12 @@ async function ensureNoRegionalBlobsModuleDuplicates() {
147
147
}
148
148
if(!foundInExpectedModule){
149
149
thrownewError(
150
-
'Expected to find fetchBeforeNextPatchedItin run/regional-blob-store.cjs, but it was not found. This might indicate setup change that require bundling validation to be adjusted.',
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.',
`Bundling produced unexpected duplicates of 'regional-blob-store' module in following built modules:\n${unexpectedModulesContainingFetchBeforeNextPatchedIt.map((filePath)=>` - ${filePath}`).join('\n')}`,
155
+
`Bundling produced unexpected duplicates of "regional-blob-store" module in following built modules:\n${unexpectedModulesContainingFetchBeforeNextPatchedIt.map((filePath)=>` - ${filePath}`).join('\n')}`,
0 commit comments