chore: generate
This commit is contained in:
@@ -164,9 +164,7 @@ export const layer = Layer.effect(
|
|||||||
try: () => plugin(input),
|
try: () => plugin(input),
|
||||||
catch: errorMessage,
|
catch: errorMessage,
|
||||||
}).pipe(
|
}).pipe(
|
||||||
Effect.tapError((error) =>
|
Effect.tapError((error) => Effect.logError("failed to load internal plugin", { name: plugin.name, error })),
|
||||||
Effect.logError("failed to load internal plugin", { name: plugin.name, error }),
|
|
||||||
),
|
|
||||||
Effect.option,
|
Effect.option,
|
||||||
)
|
)
|
||||||
if (init._tag === "Some") hooks.push(init.value)
|
if (init._tag === "Some") hooks.push(init.value)
|
||||||
|
|||||||
Reference in New Issue
Block a user