Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Feb 21, 2019
1 parent 34943bd commit d0f467e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cache.js
Expand Up @@ -82,7 +82,7 @@ function cache(options) {
var val = msg.val

if (typeof val !== 'number') {
return this.fail('op_failed_nan', { op: op, key: key, val: oldVal })
return this.fail('op_failed_nan', { op: kind, key: key, val: oldVal })
}

var oldVal = cache.get(key)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@seneca/cache",
"version": "0.1.1",
"version": "0.1.2",
"description": "In-memory caching plugin for seneca",
"main": "cache.js",
"scripts": {
Expand Down

0 comments on commit d0f467e

Please sign in to comment.