Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
fixes #155 #160
Browse files Browse the repository at this point in the history
  • Loading branch information
arafato committed Mar 2, 2018
1 parent a54971f commit 5c71bd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core/blob/StorageManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ class StorageManager {
// No DB has been persisted / initialized yet.
this.db.addCollection(StorageTables.Containers);
this.db.addCollection(StorageTables.ServiceProperties);
// See https://github.com/arafato/azurite/issues/155:
// Azure Storage Explorer expects an existing $logs folder at initial start.
const logsStub = {
metaProps: {},
entityType: StorageEntityType.Container,
Expand Down

0 comments on commit 5c71bd4

Please sign in to comment.