Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	index.js
	package.json
  • Loading branch information
Marc Riegel committed May 29, 2013
1 parent 2eb0530 commit ce4d0ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ QueryBuilder.prototype._loadMethod = function(methodName) {
try {
this.processor = require(__dirname + '/methods/' + methodName.toLowerCase());
} catch(e) {
throw "Method " + methodName + " not found.";
throw "Method " + methodName + " corrupt: " + e;
}
};

Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "querybuilder",
"description": "Module to create SQL and NoSQL queries.",
<<<<<<< HEAD
"version": "1.1.0",
=======
"version": "1.0.4",
>>>>>>> c6e4b7320c042d7679adc4ee99ff049d4d75c3fb
"author": "Marc Riegel <mail@marclab.de>",
"homepage": "https://github.com/mrcrgl/node-querybuilder",
"repository": {
Expand All @@ -30,4 +26,4 @@
"chaining"
],
"license": "MIT"
}
}

0 comments on commit ce4d0ad

Please sign in to comment.