mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Merge pull request #806 from tgstation/805-AddMissingPostWrite
Add mising call to postWriteHandler
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user