Compiler, Scripts: strip stacktrace when reporting exception on script execution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun main() {
|
||||
error("my error")
|
||||
}
|
||||
|
||||
fun a() {
|
||||
main()
|
||||
}
|
||||
|
||||
a()
|
||||
|
||||
Reference in New Issue
Block a user