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 ae8a7eb commit bf41eb2Copy full SHA for bf41eb2
Sources/AppBundle/initAppBundle.swift
@@ -79,7 +79,7 @@ private func initServerArgs() {
79
}
80
args = Array(args.dropFirst(2))
81
case "-NSDocumentRevisionsDebugMode" where isDebug:
82
- printStderr("Running from Xcode. Skip args parsing...")
+ printStderr("Running from Xcode. Skip args parsing... The args were: \(CommandLine.arguments.dropFirst())")
83
return
84
default:
85
cliError("Unrecognized flag '\(args.first.orDie())'")
0 commit comments