Merge pull request #806 from tgstation/805-AddMissingPostWrite

Add mising call to postWriteHandler
This commit is contained in:
Jordan Brown
2018-10-24 13:54:13 -04:00
committed by GitHub
@@ -366,6 +366,8 @@ namespace Tgstation.Server.Host.Components.StaticFiles
var success = synchronousIOManager.WriteFileChecked(path, data, ref fileHash, cancellationToken);
if (!success)
return;
if (data != null)
postWriteHandler.HandleWrite(path);
result = new ConfigurationFile
{
Content = data,