We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ee916 commit 208594aCopy full SHA for 208594a
Sources/ArgumentParser/Utilities/Platform.swift
@@ -83,7 +83,7 @@ extension Platform {
83
#elseif canImport(CRT)
84
ucrt._exit(code)
85
#elseif canImport(WASILibc)
86
- exit(code)
+ WASILibc.exit(code)
87
#endif
88
}
89
0 commit comments