Skip to content

Commit bf0fac7

Browse files
authored
fix(client): Reexport WorkflowExecutionAlreadyStartedError from @temporalio/client (#1498)
1 parent f968d9f commit bf0fac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export {
2222
TemporalFailure,
2323
TerminatedFailure,
2424
TimeoutFailure,
25+
WorkflowExecutionAlreadyStartedError,
2526
} from '@temporalio/common';
2627
export { TLSConfig } from '@temporalio/common/lib/internal-non-workflow';
2728
export * from '@temporalio/common/lib/errors';

0 commit comments

Comments
 (0)