fix: suppress ExperimentalWarning for node:sqlite (#179) #180
Reference in New Issue
Block a user
Delete Branch "fix/179-suppress-experimental-warning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #179
在
@uncaged/nerve-core新增 side-effect 模块experimental-warning-suppression.ts,通过process.emit包装过滤ExperimentalWarning,保留其他警告。入口挂载点:
cli.ts— CLI 主入口daemon-bootstrap.ts— daemon 子进程sense-worker.ts/workflow-worker.ts— fork worker全部 347 测试通过 ✅