@@ -81,7 +81,7 @@ export class Reffuse<R> {
|
|||||||
runSync,
|
runSync,
|
||||||
)
|
)
|
||||||
|
|
||||||
return () => runSync(Scope.close(scope, Exit.void))
|
return () => { runSync(Scope.close(scope, Exit.void)) }
|
||||||
}, [
|
}, [
|
||||||
...options?.doNotReExecuteOnRuntimeOrContextChange ? [] : [runSync],
|
...options?.doNotReExecuteOnRuntimeOrContextChange ? [] : [runSync],
|
||||||
...(deps ?? []),
|
...(deps ?? []),
|
||||||
@@ -101,7 +101,7 @@ export class Reffuse<R> {
|
|||||||
runSync,
|
runSync,
|
||||||
)
|
)
|
||||||
|
|
||||||
return () => runSync(Scope.close(scope, Exit.void))
|
return () => { runSync(Scope.close(scope, Exit.void)) }
|
||||||
}, [
|
}, [
|
||||||
...options?.doNotReExecuteOnRuntimeOrContextChange ? [] : [runSync],
|
...options?.doNotReExecuteOnRuntimeOrContextChange ? [] : [runSync],
|
||||||
...(deps ?? []),
|
...(deps ?? []),
|
||||||
|
|||||||
Reference in New Issue
Block a user