Handle compile errors in imported modules.

This commit is contained in:
Bob Nystrom
2015-12-08 07:49:37 -08:00
parent bfa86b259a
commit 2df5362ab2
5 changed files with 21 additions and 7 deletions
@@ -0,0 +1,2 @@
System.print("before") // expect: before
import "module" for Module // expect runtime error: Could not compile module 'module'.
@@ -0,0 +1,2 @@
// nontest
undefined