소스 검색

some api changes

master
mort 8 년 전
부모
커밋
0242e597c2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      index.js
  2. 1
    1
      package.json

+ 1
- 1
index.js 파일 보기

@@ -24,7 +24,7 @@ var util = require("util");
this._replied = true;
}

Request.prototype.error = function(msg) {
Request.prototype.fail = function(msg) {
if (this._replied)
throw new Error("Already replied.");


+ 1
- 1
package.json 파일 보기

@@ -1,6 +1,6 @@
{
"name": "socksugar",
"version": "0.2.0",
"version": "0.3.0",
"description": "Websockets with sugar on top.",
"main": "index.js",
"scripts": {

Loading…
취소
저장