Add ".wren" to modules in the embedder.
This commit is contained in:
@@ -1 +1 @@
|
||||
var DoesNotExist = "does_not_exist.wren".import_("DoesNotExist") // expect runtime error: Could not find module 'does_not_exist.wren'.
|
||||
var DoesNotExist = "does_not_exist".import_("DoesNotExist") // expect runtime error: Could not find module 'does_not_exist'.
|
||||
|
||||
Reference in New Issue
Block a user