mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 16:52:57 +00:00
Improved start-up behavior
This commit is contained in:
parent
97ddf58dcb
commit
26aeed692c
@ -6,9 +6,6 @@ public static partial class PluginFactory
|
||||
{
|
||||
public static async Task<bool> TryDownloadingConfigPluginAsync(Guid configPlugId, string configServerUrl, CancellationToken cancellationToken = default)
|
||||
{
|
||||
if (!IS_INITIALIZED)
|
||||
return false;
|
||||
|
||||
LOG.LogInformation($"Downloading configuration plugin with ID: {configPlugId} from server: {configServerUrl}");
|
||||
var tempDownloadFile = Path.GetTempFileName();
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user