Describe the Bug
6 | "use strict";
7 |
8 | //
9 | if (entry.instantiate)
10 | return entry.instantiate;
11 | var instantiatePromise = (async () => {
^
TypeError: Expected CommonJS module to have a function wrapper. If you weren't messing around with Bun's internals, this is a bug in Bun
Bun v1.3.11 (macOS arm64)
To Reproduce
Steps to reproduce the behavior:
- Run any variant after update via npx cc-mirror
Expected Behavior
The app should open...
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
- OS: macOS
- Node.js version:
- cc-mirror version: latest version.
- Provider: Zai, Minimax, and Kimi
Describe the Bug
6 | "use strict";
7 |
8 | //
9 | if (entry.instantiate)
10 | return entry.instantiate;
11 | var instantiatePromise = (async () => {
^
TypeError: Expected CommonJS module to have a function wrapper. If you weren't messing around with Bun's internals, this is a bug in Bun
Bun v1.3.11 (macOS arm64)
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
The app should open...
Screenshots
If applicable, add screenshots to help explain your problem.
Environment