do not exit repl if something went wrong
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
>>> fun foo() = 765
|
||||
null
|
||||
>>> foo(1)
|
||||
ERROR: /line2.ktscript: (1, 5) Too many arguments for internal final fun foo() : jet.Int defined in <script>
|
||||
>>> foo()
|
||||
765
|
||||
@@ -0,0 +1,6 @@
|
||||
>>> throw Exception("hi there")
|
||||
stack trace
|
||||
>>> fun foo() = 2
|
||||
null
|
||||
>>> foo()
|
||||
2
|
||||
Reference in New Issue
Block a user