5aad0cc3e4
Using assert here was a really bad idea since it may not be evaluated in a release build.
6 lines
117 B
Swift
6 lines
117 B
Swift
|
|
import SwiftShell
|
|
|
|
let file = open("file which does not exist")
|
|
print("this is not printed, the script has exited")
|