Don't use stdout monitor for actions

This commit is contained in:
Jon Evans
2025-01-18 10:23:10 -05:00
parent 6122fca858
commit 7993daecf0
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ void API_PLUGIN_MANAGER::InvokeAction( const wxString& aIdentifier )
if( !aError.IsEmpty() )
wxLogTrace( traceApi, wxString::Format( "Manager: action stderr: %s", aError ) );
},
&env );
&env, true );
break;
}