TF-4136 Fix duplicate Executor instance creation.

This commit is contained in:
dab246
2026-01-12 10:56:30 +07:00
committed by Dat H. Pham
parent 944029d16c
commit b6f7f7d846
15 changed files with 69 additions and 27 deletions
+1
View File
@@ -29,6 +29,7 @@ class EnvLoader {
);
} catch (e) {
logWarning('EnvLoader::loadFcmConfigFileToEnv: Exception = $e');
// FCM config is optional; reload base config to restore dotenv.env state
await onCallBack?.call();
}
}