feat: Improve path logging.

This commit is contained in:
Ruben Verborgh
2021-01-01 19:00:14 +01:00
parent c41c41d0e9
commit e20510a392
4 changed files with 10 additions and 9 deletions

View File

@@ -64,6 +64,7 @@ export class RootContainerInitializer extends Initializer {
metadata.contentType = TEXT_TURTLE;
this.logger.debug(`Creating root container at ${this.baseId.path}`);
await this.store.setRepresentation(this.baseId, {
binary: true,
data: guardedStreamFrom([]),