General cleanup + refactor
This commit is contained in:
parent
903eb92f36
commit
ae614c9c6f
4 changed files with 5 additions and 4 deletions
|
@ -229,7 +229,7 @@ workspace to delete."
|
|||
current-name))))
|
||||
(condition-case ex
|
||||
(if (+workspace-delete name)
|
||||
(+workspace-message (format "Deleted %s workspace" name) 'success)
|
||||
(+workspace-message (format "Deleted '%s' workspace" name) 'success)
|
||||
(error "Couldn't delete %s workspace" name))
|
||||
('error (+workspace-error (cadr ex) t))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue