Fix
All checks were successful
Lint / lint (push) Successful in 19s

This commit is contained in:
Julien Valverdé
2025-10-22 13:07:59 +02:00
parent 4a5f4c329d
commit a252cfec27
2 changed files with 3 additions and 34 deletions

View File

@@ -95,7 +95,7 @@ const ComponentProto = Object.freeze({
} as const)
const defaultOptions = {
finalizerExecutionMode: "sync",
finalizerExecutionMode: "fork",
finalizerExecutionStrategy: ExecutionStrategy.sequential,
} as const