Some checks failed
Build and Deploy / build-macos (push) Failing after 8s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
var spline = use('extramath/spline')
|
|
|
|
log.console('module import worked')
|
|
|
|
var mod = use('mod1')
|
|
|
|
log.console('local import worked')
|
|
|
|
$_.stop()
|