mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-18 12:53:53 +00:00
Fix immediate crash 🤦🏻♂️
This commit is contained in:
parent
fe5773ce29
commit
61510465d2
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ namespace WTelegram
|
|||
_dcSession ??= new() { Id = Helpers.RandomLong() };
|
||||
_dcSession.Client = this;
|
||||
var version = Assembly.GetExecutingAssembly().GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion;
|
||||
Helpers.Log(1, $"WTelegramClient {version[..version.IndexOf('+')]} running under {System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription}");
|
||||
Helpers.Log(1, $"WTelegramClient {version} running under {System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription}");
|
||||
}
|
||||
|
||||
private Client(Client cloneOf, Session.DCSession dcSession)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue