diff options
| author | ruki <[email protected]> | 2017-12-14 00:46:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-13 22:39:31 +0800 |
| commit | 42cc615918ee1e4cc3ce435172e9f91dc1df1086 (patch) | |
| tree | 323c0dbb450f137d1b15eb31a0f279dcd2675309 /tests/ui/hello.lua | |
| parent | 2694f86469cdd776ba2caba9bcd7ec261457aa2c (diff) | |
fix log and application bug
Diffstat (limited to 'tests/ui/hello.lua')
| -rw-r--r-- | tests/ui/hello.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/hello.lua b/tests/ui/hello.lua index e2330ddb0..847d75ded 100644 --- a/tests/ui/hello.lua +++ b/tests/ui/hello.lua @@ -27,5 +27,5 @@ import("core.ui.application") -- main entry function main(...) - application.run(...) + application.run("hello", ...) end |
