interrupt 141 B

1234567891011121314
  1. /*
  2. include("interrupt_inc", {
  3. one: 1,
  4. two: 2
  5. })
  6. log('js finish')
  7. */
  8. let err = call(function() {
  9. log('!!!!')
  10. //exit(0)
  11. })
  12. log(err)