mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
make it crash
This commit is contained in:
parent
5d416579ee
commit
205d983225
3 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue