Fix for annoying warning, from Carmina.
This commit is contained in:
parent
d26a6fc177
commit
a2be513b24
1 changed files with 2 additions and 2 deletions
|
|
@ -403,7 +403,7 @@ namespace Server.Commands
|
|||
private static bool Document()
|
||||
{
|
||||
try { DeleteDirectory( "docs/" ); }
|
||||
catch( System.IO.IOException e ) { return false; }
|
||||
catch { return false; }
|
||||
|
||||
EnsureDirectory( "docs/" );
|
||||
EnsureDirectory( "docs/namespaces/" );
|
||||
|
|
@ -2627,4 +2627,4 @@ namespace Server.Commands
|
|||
}
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue