mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 01:02:14 +08:00
Fix ios compile error
This commit is contained in:
@ -330,7 +330,7 @@ bool handleError(FlutterResult result, int err) {
|
|||||||
|
|
||||||
gj_set_ssh_keys_paths((char*) sshPublicKeyPath, (char*) sshPrivateKeyPath, "");
|
gj_set_ssh_keys_paths((char*) sshPublicKeyPath, (char*) sshPrivateKeyPath, "");
|
||||||
|
|
||||||
int err = gj_git_clone([folderPath UTF8String], [dirPath UTF8String]);
|
int err = gj_git_clone([folderPath UTF8String], [folderPath UTF8String]);
|
||||||
if (!handleError(result, err)) {
|
if (!handleError(result, err)) {
|
||||||
result(@YES);
|
result(@YES);
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user