Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2682b54

Browse files
committed
Misc
1 parent 4ccad10 commit 2682b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ST.Client/Services/Implementation/ArchiSteamFarmServiceImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public async Task<bool> Start(string[]? args = null)
6868

6969
ArchiSteamFarm.NLog.Logging.GetUserInputFunc = async (bool isPassword) =>
7070
{
71-
ReadLineTask = new(TaskCreationOptions.DenyChildAttach);
71+
ReadLineTask = new(TaskCreationOptions.AttachedToParent);
7272
IsReadPasswordLine = isPassword;
7373
#if NET6_0_OR_GREATER
7474
var result = await ReadLineTask.Task.WaitAsync(TimeSpan.FromSeconds(60));

0 commit comments

Comments
 (0)