Browse Source
Should return when the console is initialized
pull/65/head
Meivyn
2 years ago
No known key found for this signature in database
GPG Key ID: 8BDD3E48158B2F71
1 changed files with
1 additions and
0 deletions
-
IPA.Injector/Injector.cs
|
|
@ -118,6 +118,7 @@ namespace IPA.Injector |
|
|
|
} |
|
|
|
|
|
|
|
WinConsole.Initialize(int.TryParse(arguments[i], out var processId) ? processId : WinConsole.AttachParent); |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|