Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extension CommandLine {
/// The path to the current process' executable.
static var executablePath: String {
get throws {
#if os(macOS)
#if SWT_TARGET_OS_APPLE
var result: String?
#if DEBUG
var bufferCount = UInt32(1) // force looping
Expand Down