Merge branch 'master' into async-counter

This commit is contained in:
Juan
2016-07-17 17:22:29 -04:00
committed by GitHub
+1 -1
View File
@@ -47,7 +47,7 @@ function choo (opts) {
function createSend () {
return function send () {
assert.fail('choo: send() cannot be called from Node')
assert.ok(false, 'choo: send() cannot be called from Node')
}
}
}