Skip to content

Commit 8dea928

Browse files
committed
fix: properly parent extension command server
1 parent e3183b8 commit 8dea928

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/server/src/extension/extension-command-runtime.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ void ExtensionCommandRuntime::initialize() {
5555
m_server =
5656
new tsapi::Server(*m_transport, app, ui, wm, clipboard, storage, fileSearch, command, oauth, eventCore);
5757
m_server->setLogger(m_logger.get());
58+
m_server->setParent(this);
5859
}
5960

6061
void ExtensionCommandRuntime::load(const LaunchProps &props) {

0 commit comments

Comments
 (0)