Skip to content

DF0005: Terminal Session Not Registered

Package: devframe

Message

Terminal session with id "{id}" not registered

Cause

A terminal operation (update, read, close) referenced an id that the host does not know about.

Fix

Ensure the session was created via register() before calling update/read/close operations on it.

Source

packages/devframe/src/node/host-terminals.ts

Migrated from

Previously documented as DTK0019 under @vitejs/devtools.

Released under the MIT License.