interrupt 219 B

1234567891011121314151617181920
  1. /*
  2. include("interrupt_inc", {
  3. one: 1,
  4. two: 2
  5. })
  6. log('js finish')
  7. */
  8. flush('start')
  9. let err = call(runtime, function() {
  10. flush('!!!!')
  11. //while(true) {
  12. // flush('!!!!')
  13. //}
  14. exit(0)
  15. })
  16. log(err)