in theory it should have eventually stopped with S...
# suitescript
j
in theory it should have eventually stopped with SSS_INSTRUCTION_COUNT_EXCEEDED NetSuite limits the number of statements that can be executed e.g. to stop a script that is in an infinite loop
Copy code
while(true) {
}