BPjs icon indicating copy to clipboard operation
BPjs copied to clipboard

Using Provengo's `halt` causes DeadlockException. It should be SafetyViolation.

Open michbarsinai opened this issue 2 years ago • 0 comments

Halt code:

function halt( message ) {
    bthread(`__halt-${message}__`, function(){block(EventSets.all);});
    bp.ASSERT(false, message);
}

michbarsinai avatar Nov 13 '23 08:11 michbarsinai