fix loading googledrive

This commit is contained in:
Xuan Sang LE
2018-03-01 12:00:56 +01:00
parent 8589c2be9a
commit 0590e284a0
3 changed files with 43 additions and 7 deletions

View File

@ -88,7 +88,7 @@ class Files extends this.OS.GUI.BaseApplication
chdir: (p) ->
me = @
console.log "ch"
#console.log "ch"
dir = if p then p.asFileHandler() else me.currdir
dir.read (d) ->
if(d.error)