Skip to content

Commit 76c2719

Browse files
Update tools/swift-inspect/Sources/swift-inspect/WindowsRemoteProcess.swift
Co-authored-by: Saleem Abdulrasool <[email protected]>
1 parent 1ce1956 commit 76c2719

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-
guard dwExitCode != 0 else {
479+
if dwExitCode != 0 {
480480
print("FreeLibrary failed \(dwExitCode)")
481481
return false
482482
}

0 commit comments

Comments
 (0)