diff options
| author | ruki <[email protected]> | 2025-04-27 23:51:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-28 11:35:53 +0800 |
| commit | 568e22b7879e47616ba96e35a750cf950321742c (patch) | |
| tree | 97db472b586be75c50ac3a20d9d5aafa81eab81c /tests/modules/thread/sleep.lua | |
| parent | 8b976dd744fc18d617e00655631cbca8a1f19035 (diff) | |
fix thread envs
Diffstat (limited to 'tests/modules/thread/sleep.lua')
| -rw-r--r-- | tests/modules/thread/sleep.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/thread/sleep.lua b/tests/modules/thread/sleep.lua index cfc314c4c..59c22dc07 100644 --- a/tests/modules/thread/sleep.lua +++ b/tests/modules/thread/sleep.lua @@ -1,7 +1,7 @@ import("core.thread.thread") function callback(id) - print(import) + print("import", import) --[[ import("core.thread.thread") print("%s: %d starting ..", thread.running(), id) |
