Skip to content

Commit 17bea7c

Browse files
committed
I threw it myself, I know what it is
1 parent e76b3af commit 17bea7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ export function _runTaskList(
685685
`Graphile Worker internal error: terminate() was called twice for worker pool. Ignoring second call; but this indicates a bug - please file an issue.`,
686686
);
687687
} catch (e) {
688-
logger.error(String(coerceError(e).stack));
688+
logger.error(String((e as Error).stack));
689689
}
690690
}
691691
}

0 commit comments

Comments
 (0)