mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-24 03:45:00 +00:00
fix: OpenFolderPickerAsync
raise exception when selected a drive root such as E:\
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
1bd2044589
commit
bc5deac9fe
8 changed files with 32 additions and 9 deletions
|
@ -6,6 +6,7 @@
|
|||
{
|
||||
WorkingDirectory = repo;
|
||||
Context = repo;
|
||||
Editor = EditorType.None;
|
||||
Args = $"format-patch {commit} -1 --output=\"{saveTo}\"";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue