mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fix(join) readPipe: response -> res
This commit is contained in:
parent
10d6241c6a
commit
b9611f93a4
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
var errorStr;
|
||||
|
||||
if (error)
|
||||
if (!response.headersSent)
|
||||
if (!res.headersSent)
|
||||
main.sendError({
|
||||
request : req,
|
||||
response : res,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue