minor bug fix

This commit is contained in:
Xuan Sang LE 2018-03-06 00:16:42 +01:00
parent d8b8037b3e
commit 946bf9df5e

View File

@ -122,7 +122,7 @@ class MarketPlace extends this.OS.GUI.BaseApplication
(d) ->
return unless d
app.path.asFileHandler().remove (r) ->
me.error "Cannot uninstall package: #{r.error}" if r.error
return me.error "Cannot uninstall package: #{r.error}" if r.error
me.notify "Package uninstalled"
me.systemsetting.system.packages[name] = undefined
me._gui.refreshSystemMenu()