Skip to content

Commit 8dd461e

Browse files
committed
chore: update result
1 parent 6bbc8f5 commit 8dd461e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-assets-retry/src/runtime/asyncChunkRetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function ensureChunk(
242242
}
243243
}
244244
} catch (e) {
245-
console.log('[@rsbuild/plugin-assets-retry]', e);
245+
console.log('[@rsbuild/plugin-assets-retry] get original script or css filename error', e);
246246
}
247247

248248
// if __webpack_require__.e is polluted by other runtime codes, fallback to originalEnsureChunk

0 commit comments

Comments
 (0)