swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
745 stars 52 forks source link

Improve error handling when running tests #704

Closed adam-fowler closed 7 months ago

adam-fowler commented 7 months ago

Instead of just reporting there was an error, actually review the error and respond. Also moved error checking to the correct catch block

Also execFileStreamOutput no longer pointlessly wraps the error in {}