mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
More changes to return it to compilable status.
This commit is contained in:
@@ -436,7 +436,7 @@ namespace DiscImageChef.Server.Controllers
|
||||
catch(Exception ex)
|
||||
{
|
||||
#if DEBUG
|
||||
Console.WriteLine("{0} {1}", ex.Message, ex.InnerException);
|
||||
System.Console.WriteLine("{0} {1}", ex.Message, ex.InnerException);
|
||||
throw;
|
||||
#else
|
||||
response.Content = new StringContent("error", System.Text.Encoding.UTF8, "text/plain");
|
||||
|
||||
Reference in New Issue
Block a user