Skip to content

Commit bf41eb2

Browse files
committed
AppBundle cli parser. Print which Xcode args were skipped
1 parent ae8a7eb commit bf41eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AppBundle/initAppBundle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private func initServerArgs() {
7979
}
8080
args = Array(args.dropFirst(2))
8181
case "-NSDocumentRevisionsDebugMode" where isDebug:
82-
printStderr("Running from Xcode. Skip args parsing...")
82+
printStderr("Running from Xcode. Skip args parsing... The args were: \(CommandLine.arguments.dropFirst())")
8383
return
8484
default:
8585
cliError("Unrecognized flag '\(args.first.orDie())'")

0 commit comments

Comments
 (0)