Improve code.

This commit is contained in:
Miao Jiang 2013-02-21 19:05:32 +08:00
parent 648e170fa8
commit 78a53743de
6 changed files with 41 additions and 41 deletions

View file

@ -19,7 +19,7 @@ curl.on('data', function(chunk) {
});
curl.on('error', function(e) {
p("error: " + e.message)
p("error: " + e.message);
curl.close();
once();
});