소스 검색

Fix Duktape test: rename function in test

bel 9 년 전
부모
커밋
4189a556ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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');