mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
create logarithm functions
This commit is contained in:
@@ -29,7 +29,7 @@ func ArThread(args ...any) (any, ArErr) {
|
||||
hasrun = true
|
||||
wg.Add(1)
|
||||
go func() {
|
||||
resp, err = runCall(call{tocall, []any{}, "", 0, ""}, currentscope)
|
||||
resp, err = runCall(call{tocall, []any{}, "", 0, ""}, currentscope, 0)
|
||||
wg.Done()
|
||||
}()
|
||||
return nil, ArErr{}
|
||||
|
||||
Reference in New Issue
Block a user