abstract-file
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -115,3 +115,5 @@ (function() { | ||
var result; | ||
result = this._contents; | ||
if (this.hasOwnProperty('_contents')) { | ||
result = this._contents; | ||
} | ||
if (result && this.encoding && isBuffer(result)) { | ||
@@ -118,0 +120,0 @@ result = result.toString(this.encoding); |
{ | ||
"name": "abstract-file", | ||
"description": "It can be used on any virtual file system, and stream supports.", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"homepage": "https://github.com/snowyu/abstract-file.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
102836
689