mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2025-03-26 03:31:32 +01:00
adds message on successfull detachment.
This commit is contained in:
parent
6fe34f7bdb
commit
ae89780d6e
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ class CodempLeaveBufferCommand(sublime_plugin.WindowCommand):
|
|||
finally:
|
||||
if not vws.handle.detach_buffer(buffer_id):
|
||||
logger.error(f"could not leave the buffer {buffer_id}.")
|
||||
else:
|
||||
logger.debug(f"successfully detached from {buffer_id}.")
|
||||
sublime.set_timeout_async(_)
|
||||
|
||||
# Leave Buffer Comand
|
||||
|
|
Loading…
Add table
Reference in a new issue