mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-06 06:28:39 +00:00
Fix circular type init (#16)
This commit is contained in:
@@ -24,7 +24,8 @@ module Program =
|
||||
|
||||
use fileStream = new FileStream (dllPath, FileMode.Open, FileAccess.Read)
|
||||
|
||||
let terminalState = Program.run loggerFactory fileStream dotnetRuntimes args
|
||||
let terminalState =
|
||||
Program.run loggerFactory (Some dllPath) fileStream dotnetRuntimes args
|
||||
|
||||
0
|
||||
| _ ->
|
||||
|
Reference in New Issue
Block a user