File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
runtime/runtime-core/mingw/src/aws/smithy/kotlin/runtime/util Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public actual object SystemDefaultProvider : SystemDefaultProviderBase() {
1414 actual override val filePathSeparator: String = " \\ "
1515
1616 // FIXME We currently get the OS info by parsing from Kernel32.dll. Is there a less hacky way we can do this?
17- actual override fun osInfo (): OperatingSystem = osVersionFromKernel()?. let { OperatingSystem (OsFamily .Windows , it) } ? : throw RuntimeException ( " Failed to introspect OS version " )
17+ actual override fun osInfo (): OperatingSystem = OperatingSystem (OsFamily .Windows , osVersionFromKernel() )
1818
1919 actual override fun getAllEnvVars (): Map <String , String > = memScoped {
2020 generateSequence(0 ) { it + 1 }
You can’t perform that action at this time.
0 commit comments