Closed awelzel closed 2 years ago
Using zeek.invoke('exit', [1]) didn't work due to missing conversion for int. We cast to double / number - this may be lossy, but there's only so much we can do (other than switching to BigInt, too).
zeek.invoke('exit', [1])
Using
zeek.invoke('exit', [1])
didn't work due to missing conversion for int. We cast to double / number - this may be lossy, but there's only so much we can do (other than switching to BigInt, too).