@@ -112,7 +112,7 @@ function compute(queue, modulus) {
thrownewError("error evaluating expression");
}
letresult=stack[0];
letresult=stack[0]%modulus;
if(result<0n){
result+=modulus;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.