Explorar el Código

Fix Duktape test: rename function in test

bel hace 9 años
padre
commit
4189a556ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/page.ssjs

+ 1 - 1
test/page.ssjs

@@ -1,4 +1,4 @@
-print = this.send || print
+print = conn.write || print
 
 // send a header
 print('HTTP/1.0 200 OK\r\n');