regenerator
Advanced tools
Comparing version 0.8.45 to 0.8.46
@@ -31,4 +31,6 @@ /** | ||
function end() { | ||
this.queue(compile(data.join(""), options).code); | ||
this.queue(null); | ||
try { | ||
this.queue(compile(data.join(""), options).code); | ||
this.queue(null); | ||
} catch (e) { this.emit('error', e); } | ||
} | ||
@@ -35,0 +37,0 @@ } |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.8.45", | ||
"version": "0.8.46", | ||
"homepage": "http://github.com/facebook/regenerator", | ||
@@ -22,0 +22,0 @@ "repository": { |
97132
2507