mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
chore(scripts): remove resolved investigation tools and orphans (#113532)
* chore(scripts): remove orphaned wrappers * chore(scripts): remove resolved investigation tools * refactor(code-mode): remove orphaned plugin namespaces * test(code-mode): remove stale namespace import
This commit is contained in:
committed by
GitHub
parent
f0ce854be2
commit
55d66fbf98
@@ -48,14 +48,8 @@ pnpm install
|
||||
node --import tsx src/entry.ts status
|
||||
```
|
||||
|
||||
Minimal isolated repro (loads only the module from the original stack trace):
|
||||
|
||||
```bash
|
||||
node --import tsx scripts/repro/tsx-name-repro.ts
|
||||
```
|
||||
|
||||
Both commands currently exit cleanly. If either throws `__name is not a
|
||||
function` again, capture the exact Node version, `tsx` version
|
||||
The command currently exits cleanly. If it throws `__name is not a function`
|
||||
again, capture the exact Node version, `tsx` version
|
||||
(`node_modules/tsx/package.json`), and full stack trace before filing upstream.
|
||||
|
||||
## Workarounds (if the crash returns)
|
||||
|
||||
Reference in New Issue
Block a user