Commit 13630c6
DRV-19: Fix math.pow Lua 5.3+ compatibility (#2)
* DRV-19: Replace math.pow with ^ operator for Lua 5.3+ compatibility
math.pow was removed in Lua 5.3. Use the ^ operator instead, which works
across all Lua versions (5.1+, LuaJIT).
Fixes DRV-19
* fix: StyLua formatting for ^ operator
---------
Co-authored-by: OpenClaw <openclaw@dmiller.me>1 parent bd635ba commit 13630c6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments