mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
e8328f7b1f
commit
dc974abbaf
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@
|
|||
}
|
||||
|
||||
p.response.writeHead(p.status || OK, lHead);
|
||||
p.response.end();
|
||||
p.response.end(p.data);
|
||||
|
||||
Util.log(lPath + ' sended');
|
||||
Util.log( p.status === NOT_FOUND && p.data );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue