swiftlang / swift-docc-plugin

Swift Package Manager command plugin for Swift-DocC

Home Page:https://swiftpackageindex.com/apple/swift-docc-plugin/1.3.0/documentation/swiftdoccplugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview Documentation reports error on exit

0xTim opened this issue · comments

When running swift package --disable-sandbox preview-documentation --target <TARGET> on the command line, you would typically use CTRL-C to exit the command cleanly. This currently reports error: 'docc preview' invocation failed with a nonzero exit code: '9'.

This should probably be handled correctly and exit with code 0