Closed tj closed 10 years ago
and allow for assert(val, 'message here') == 500 unless that's already supported
assert(val, 'message here')
Yeah, you're right. I just yanked it straight out of ctx.throw so it doesn't support that right now.
ctx.throw
yea i should change it there too
v1.0.0 has the fix
nah, forgot to rename a var. use v1.0.1:)
and allow for
assert(val, 'message here')
== 500 unless that's already supported