add exec command and rework bin #1035
Annotations
5 errors
test/setup-global.ts#L35
Type 'never' must have a '[Symbol.iterator]()' method that returns an iterator.
|
test/setup-global.ts#L39
Argument of type 'Effect<{ readonly _tag: "socket"; readonly socketPath: string; } | { readonly _tag: "ssh"; readonly remoteSocketPath: string; readonly host: string; readonly port?: number; readonly forceIPv4?: boolean; ... 23 more ...; readonly ident?: string | Buffer; } | { ...; } | { ...; }, ConfigError, never>' is not assignable to parameter of type 'LazyArg<unknown>'.
|
test/setup-global.ts#L40
Argument of type '<A, E1, R1, E, R>(self: Effect<Effect<A, E1, R1>, E, R>) => Effect<A, E1 | E, R1 | R>' is not assignable to parameter of type '(d: Config<unknown>) => Effect<unknown, unknown, unknown>'.
|
test/setup-global.ts#L47
Argument of type '<A, E>(effect: Effect<A, E, never>, options?: { readonly signal?: AbortSignal; } | undefined) => Promise<A>' is not assignable to parameter of type '(_: Effect<void, unknown, unknown>) => Promise<void>'.
|
|
The logs for this run have expired and are no longer available.
Loading