Skip to content

Commit

Permalink
Resolve merge issues in FI
Browse files Browse the repository at this point in the history
  • Loading branch information
heliocliu committed Apr 6, 2022
1 parent 1a72901 commit f94a454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loader/container-loader/src/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ export class Container extends EventEmitterWithErrorHandling<IContainerEvents> i
});

deltaManager.on("throttled", (warning: IThrottlingWarning) => {
let warn = warning as ContainerWarning;
const warn = warning as ContainerWarning;
// Some "warning" events come from outside the container and are logged
// elsewhere (e.g. summarizing container). We shouldn't log these here.
if (warn.logged !== true) {
Expand Down

0 comments on commit f94a454

Please sign in to comment.