mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +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)
|
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}");
|
LOG.LogInformation($"Downloading configuration plugin with ID: {configPlugId} from server: {configServerUrl}");
|
||||||
var tempDownloadFile = Path.GetTempFileName();
|
var tempDownloadFile = Path.GetTempFileName();
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user