-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
- make a new app
- bun install
- bun --bun node_modules/.bin/ember
- error
Reported in more detail here: oven-sh/bun#5121
The main thing I don't understand is how the willInterruptProcess function works.
I don't see options.process assigned anywhere?
capture(outerProcess) {
if (_process) {
throw new Error(`process already captured at: \n\n${_processCapturedLocation.stack}`);
}
if (outerProcess instanceof EventEmitter === false) {
throw new Error('attempt to capture bad process instance');
}
called from here: https://github.com/ember-cli/ember-cli/blob/master/lib/cli/index.js#L52
the global process is not an instanceof EventEmitter
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels