Skip to content

Commit 0e9b854

Browse files
foxyliondanpeen
andauthored
fix(core): fix broken error handling in getManifestJson (#3556)
Co-authored-by: CocooDanielle <[email protected]>
1 parent 6bc13cf commit 0e9b854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/plugins/snapshot/SnapshotHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export class SnapshotHandler {
310310
(await this.HostInstance.remoteHandler.hooks.lifecycle.errorLoadRemote.emit(
311311
{
312312
id: manifestUrl,
313-
error,
313+
error: err,
314314
from: 'runtime',
315315
lifecycle: 'afterResolve',
316316
origin: this.HostInstance,

0 commit comments

Comments
 (0)