Skip to content

Commit 88d61c2

Browse files
committed
Bug correction, getErrors -> handleErrors
1 parent bfddd8f commit 88d61c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/api.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Database
8181
if pStmt is NULL then throw 'Nothing to prepare'
8282
return new Statement(pStmt)
8383

84-
getErrors = (ret, errPtrPtr) ->
84+
handleErrors = (ret, errPtrPtr) ->
8585
if ret isnt SQLite.OK
8686
return SQLite.errorMessages[ret]
8787
errPtr = getValue errPtrPtr, 'i32'

0 commit comments

Comments
 (0)