Skip to content

Commit c6e34bf

Browse files
committed
PR feedback
1 parent 76c2719 commit c6e34bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-inspect/Sources/swift-inspect/WindowsRemoteProcess.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ internal final class WindowsRemoteProcess: RemoteProcess {
476476
return false
477477
}
478478

479-
if dwExitCode != 0 {
479+
if dwExitCode == 0 {
480480
print("FreeLibrary failed \(dwExitCode)")
481481
return false
482482
}

0 commit comments

Comments
 (0)