Debug message fix in DB.rollbackTransaction()
This commit is contained in:
parent
3d6aa4b6ab
commit
1ac0c8e9a3
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ Scholar.DB = new function(){
|
|||
catch(e){
|
||||
var dberr = (db.lastErrorString!='not an error')
|
||||
? ' [ERROR: ' + db.lastErrorString + ']' : '';
|
||||
throw(e + ' [QUERY: ' + sql + ']' + dberr);
|
||||
throw(e + dberr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue