diff --git a/plugin/quickpanel/qpbrowser.py b/plugin/quickpanel/qpbrowser.py index ef4dec3..7c4f903 100644 --- a/plugin/quickpanel/qpbrowser.py +++ b/plugin/quickpanel/qpbrowser.py @@ -58,7 +58,7 @@ class QPServerBrowser(): try: self.window.run_command( "codemp_join_workspace", {"workspace_id": wid}) except Exception as e: - return + raise e ws = workspaces.lookupId(wid) buffers = ws.handle.fetch_buffers()