Skip to content

ObsidianTransport.disposeSync method

ObsidianTransport › disposeSync

Synchronous disposal for use in process.on('exit') handlers where async work is not possible.

Implementations should perform only synchronous cleanup here (e.g. killing child processes). Async operations like unregistering vaults are skipped.

Signature:

disposeSync(): void

Returns: void