Comparing version 0.7.4 to 0.7.5
@@ -7,2 +7,3 @@ 'use strict'; | ||
this['Date'] = new Date().toGMTString(); | ||
this['Content-Length'] = 0; | ||
systemProps = systemProps || {}; | ||
@@ -9,0 +10,0 @@ metaProps = metaProps || {}; |
@@ -61,3 +61,3 @@ 'use strict'; | ||
// This should never happen! | ||
console.error(`Failed to initialize database at "${this.dbPath}"`); | ||
console.error(`Failed to initialize database at "${env.azuriteDBPath}"`); | ||
throw e; | ||
@@ -64,0 +64,0 @@ }); |
{ | ||
"name": "azurite", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "A lightweight server clone of Azure Blob Storage that simulates most of the commands supported by it with minimal dependencies.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
138471
68
3009