make it crash

This commit is contained in:
John McLear 2013-01-22 22:48:05 +00:00
parent 5d416579ee
commit 205d983225
3 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
exports.createDiff = function(padID, startRev, endRev, callback){
console.warn("WTF");
//check if rev is a number
if(startRev !== undefined && typeof startRev != "number")
{