Closed henjoe closed 3 weeks ago
Under the Server\runtime\scripts\index.js Simply edit the line 84 from
resolve(result || `Script OK: ${script.name}`);
to this, solve the problem.
resolve(result);
Just simply remove the
|| `Script OK: ${script.name}
solves the problem. I don't what is this for, but yeah.
Hi, this issue is already be fixed (Script OK is used when you test)
I’m going to close this as resolved. let me know if you have any issues.
Describe the bug When the return value from the script is Zero, the value will be
To Reproduce Steps to reproduce the behavior:
Expected behavior It should return Zero value.
Screenshots
Environment