mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-16 16:35:47 +08:00
Staging random bug fixes
This commit is contained in:
@@ -2201,7 +2201,9 @@ namespace CodeWalker
|
||||
var fpaths = OpenFileDialog.FileNames;
|
||||
foreach (var fpath in fpaths)
|
||||
{
|
||||
#if !DEBUG
|
||||
try
|
||||
#endif
|
||||
{
|
||||
if (!File.Exists(fpath))
|
||||
{
|
||||
@@ -2254,10 +2256,13 @@ namespace CodeWalker
|
||||
RpfFile.CreateFile(parentrpffldr, fname, data);
|
||||
|
||||
}
|
||||
#if !DEBUG
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageBox.Show(ex.Message, "Unable to import file");
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
CurrentFolder.ListItems = null;
|
||||
|
||||
Reference in New Issue
Block a user