mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
PatchComponentRedo (#5136)
* PatchComponent update specifically for SettingsInterfacePanel * Fix unrelated lint issues --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -76,7 +76,7 @@ func (t *rawPluginTask) Start() error {
|
||||
if err != nil {
|
||||
logger.Warnf("error marshalling raw command input")
|
||||
}
|
||||
if k, err := io.WriteString(stdin, string(inBytes)); err != nil {
|
||||
if k, err := stdin.Write(inBytes); err != nil {
|
||||
logger.Warnf("error writing input to plugins stdin (wrote %v bytes out of %v): %v", k, len(string(inBytes)), err)
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user