Skip to content

Commit

Permalink
Merge branch 'master' of github.com:neumino/rethinkdbdash
Browse files Browse the repository at this point in the history
  • Loading branch information
neumino committed Aug 15, 2016
2 parents 86aaf34 + 4906cf6 commit ed8b9ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/term.js
Original file line number Diff line number Diff line change
Expand Up @@ -2393,8 +2393,8 @@ Term.prototype.expr = function(expression, nestingLevel) {
return new Term(self._r, expression);
}
else {
//TODO
self._error = new Error.ReqlDriverError('Cannot convert `'+expression+'` to datum.')
self._error = new Error.ReqlDriverError('Cannot convert `'+expression+'` to datum.');
self._frames = [];
}
}
return self;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rethinkdbdash",
"version": "2.3.19",
"version": "2.3.20",
"description": "A Node.js driver for RethinkDB with promises and a connection pool",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit ed8b9ae

Please sign in to comment.