0x4a52466c696e74 před 2 roky
rodič
revize
2cec822386
2 změnil soubory, kde provedl 21 přidání a 0 odebrání
  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)