Improve code.
This commit is contained in:
parent
648e170fa8
commit
78a53743de
6 changed files with 41 additions and 41 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue