浏览代码

in progress

0x4a52466c696e74 2 年之前
父节点
当前提交
2cec822386
共有 2 个文件被更改,包括 21 次插入0 次删除
  1. 14 0
      content/interrupt
  2. 7 0
      content/interrupt_inc

+ 14 - 0
content/interrupt

@@ -0,0 +1,14 @@
+/*
+include("interrupt_inc", {
+	one: 1,
+	two: 2
+})
+log('js finish')
+*/
+
+let err = call(function() {
+    log('!!!!')
+    //exit(0)
+})
+
+log(err)

+ 7 - 0
content/interrupt_inc

@@ -0,0 +1,7 @@
+
+let err = call(function() {
+    log('!!!!')
+    //exit(0)
+})
+
+log(err)