mirror of
https://gitee.com/shuto/cordova-plugin-dbcopy.git
synced 2026-01-24 00:00:08 +08:00
Update sqlDB.java
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user