Update sqlDB.java

This commit is contained in:
Rahul Pandey
2019-08-13 13:07:45 +05:30
committed by GitHub
parent 244934eb23
commit 861f585e43

View File

@@ -150,7 +150,7 @@ public class sqlDB extends CordovaPlugin {
try {
dbhelper.createdatabase(dbpath, src, callbackContext);
} catch (Exception err) {
sendPluginResponse(400, err.getMessage(), true, callbackContext);
sendPluginResponse(400, e.getMessage(), true, callbackContext);
}
}
}