Skip to content

Commit

Permalink
print unexpected exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Sep 5, 2019
1 parent 4470100 commit d3d8881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift/IceStorm/clock/Sources/Publisher/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func run() -> Int32 {
exit(0)
} catch {
t.suspend()
print("Error: \(error)\n")
communicator.destroy()
exit(1)
}
Expand Down

0 comments on commit d3d8881

Please sign in to comment.