Browse Source

🏗 Fix build

pull/3113/head
database64128 3 years ago
parent
commit
73bc7ea87d
No known key found for this signature in database GPG Key ID: 1CA27546BEDB8B01
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Shadowsocks.WPF/Utils/Utilities.cs

+ 1
- 1
Shadowsocks.WPF/Utils/Utilities.cs View File

@@ -39,7 +39,7 @@ namespace Shadowsocks.WPF.Utils
} }
catch (Exception e) catch (Exception e)
{ {
LogHost.Default.Error(e);
LogHost.Default.Error(e, "Error: failed to create temporary directory.");
throw; throw;
} }
} }


Loading…
Cancel
Save