What version of Bun is running?
1.0.0
What platform is your computer?
Darwin 23.0.0 arm64 arm
What steps can reproduce the bug?
I am trying to ru Temporal using Bun, but while starting workers in Temporal it throws the following error:
48 | this.requestIdToCompletion.delete(requestId);
49 | if (result.type === 'error') {
50 | const ctor = errorNameToClass(result.name);
51 | const err = new ctor(result.message);
52 | err.stack = result.stack;
53 | completion.reject(err);
^
error: node:v8 createHook is not yet implemented in Bun.
What is the expected behavior?
It should be able to run the code
What do you see instead?
No response
Additional information
No response
What version of Bun is running?
1.0.0
What platform is your computer?
Darwin 23.0.0 arm64 arm
What steps can reproduce the bug?
I am trying to ru Temporal using Bun, but while starting workers in Temporal it throws the following error:
What is the expected behavior?
It should be able to run the code
What do you see instead?
No response
Additional information
No response