Fix recursive file import bug.

This commit is contained in:
Stephen Chung
2020-11-08 23:00:03 +08:00
parent 232ba27548
commit 487a073caf
4 changed files with 46 additions and 19 deletions

3
scripts/module.rhai Normal file
View File

@@ -0,0 +1,3 @@
import "scripts/loop";
print("Module test!");