mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-05 22:04:34 +03:00
💄
This commit is contained in:
parent
adfb6dee12
commit
fffba45b50
@ -94,12 +94,7 @@ public:
|
||||
|
||||
int result = git_checkout_head(repo, &options);
|
||||
free(copiedPath);
|
||||
if (result == GIT_OK) {
|
||||
return CefV8Value::CreateBool(true);
|
||||
}
|
||||
else {
|
||||
return CefV8Value::CreateBool(false);
|
||||
}
|
||||
return CefV8Value::CreateBool(result == GIT_OK);
|
||||
}
|
||||
|
||||
CefRefPtr<CefV8Value> GetDiffStats(const char *path) {
|
||||
|
Loading…
Reference in New Issue
Block a user