Skip to content

Commit

Permalink
Update PersonalBucket.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed Jun 10, 2022
1 parent 609c6c0 commit 9ac3eae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libraries/Files/remote/textile/PersonalBucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ export class PersonalBucket extends Bucket {
await $FileSystem.import(this._index)
Vue.prototype.$Logger.log('File System', 'Initialized')
} catch (e) {
Vue.prototype.$Logger.log('File System', 'index not found')
Vue.prototype.$Logger.log('File System', 'index not found')
// if the user has not uploaded anything, they do not have a files
//index which can cause this console message
}
}

Expand Down

0 comments on commit 9ac3eae

Please sign in to comment.