raptor-dust
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -20,5 +20,2 @@ var AsyncWriter = require('async-writer').AsyncWriter; | ||
if (!this.stream) { | ||
throw new Error('stream expected'); | ||
} | ||
this._dustChunk = dustChunk; | ||
@@ -70,2 +67,9 @@ this.dustContext = dustContext; | ||
_finish: function() { | ||
}, | ||
flush: function() { | ||
var stream = this.stream; | ||
if (stream && stream.flush) { | ||
stream.flush(); | ||
} | ||
} | ||
@@ -72,0 +76,0 @@ }; |
@@ -38,3 +38,3 @@ { | ||
"main": "lib/raptor-dust.js", | ||
"version": "1.1.10" | ||
"version": "1.1.11" | ||
} |
21939
215