Skip to content

Commit

Permalink
FIXED: default directory shown as empty, fixes #111
Browse files Browse the repository at this point in the history
  • Loading branch information
warpdesign committed Mar 31, 2020
1 parent 01d395d commit 2a3861f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/fileState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ export class FileState {
.catch((error) => {
this.cmd = '';
console.log('error cd/list for path', joint, 'error was', error);
this.setStatus('ok');
this.setStatus('ok', true);
const localizedError = getLocalizedError(error);
//return Promise.reject(localizedError);
throw localizedError;
Expand Down

0 comments on commit 2a3861f

Please sign in to comment.