mirror of
https://gitee.com/shuto/cordova-plugin-dbcopy.git
synced 2026-04-13 00:00:13 +08:00
Fixes typo on debug message
This commit is contained in:
+2
-2
@@ -78,7 +78,7 @@
|
||||
}
|
||||
|
||||
NSLog(@"[sqlDB] Source: %@",sourceDB);
|
||||
NSLog(@"[sqlDB] Destinatiion: %@",dbPath);
|
||||
NSLog(@"[sqlDB] Destination: %@",dbPath);
|
||||
|
||||
//copy database from www directory to target directory
|
||||
if (!([fileManager copyItemAtPath:sourceDB toPath:dbPath error:&error])) {
|
||||
@@ -243,7 +243,7 @@
|
||||
|
||||
|
||||
NSLog(@"[sqlDB] Source: %@",dbPath);
|
||||
NSLog(@"[sqlDB] Destinatiion: %@",destination);
|
||||
NSLog(@"[sqlDB] Destination: %@",destination);
|
||||
|
||||
//copy database from www directory to target directory
|
||||
if (!([fileManager copyItemAtPath:dbPath toPath:destination error:&error])) {
|
||||
|
||||
Reference in New Issue
Block a user