Comparing version 0.0.1 to 0.1.0
@@ -37,3 +37,3 @@ // Core coroutine runner | ||
} | ||
return run(coroutine).catch(copromise.raise); | ||
return run(coroutine); | ||
} | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "copromise", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Promise-based adaption of co stripped bare, with a some added conveniences", | ||
@@ -5,0 +5,0 @@ "main": "copromise.js", |
4936