Skip to content

Won't calling process.exit(0) in browser-eval-manager cause a bug? #113

@0ldh

Description

@0ldh

src/_internal/browser-eval-manager.ts

// browser-eval-manager.ts
process.on("SIGINT", async () => {
await stopBrowserEvalMCP()
process.exit(0) <--- this part
})

process.on("SIGTERM", async () => {
await stopBrowserEvalMCP()
process.exit(0) <--- this part
})

Won't telemetry data be lost if I exit immediately?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions