We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c283d05 commit 8ca8b6bCopy full SHA for 8ca8b6b
src/Components/Web.JS/src/Boot.Server.Common.ts
@@ -25,10 +25,6 @@ export function setCircuitOptions(initializersReady: Promise<Partial<CircuitStar
25
throw new Error('Circuit options have already been configured.');
26
}
27
28
- if (options) {
29
- throw new Error('WebAssembly options have already been configured.');
30
- }
31
-
32
initializersPromise = setOptions(initializersReady);
33
34
async function setOptions(initializers: Promise<Partial<CircuitStartOptions>>): Promise<void> {
0 commit comments