mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(socket) lListent: set -> enable
This commit is contained in:
parent
3997a96f26
commit
6d4b132502
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@
|
|||
*
|
||||
*/
|
||||
if (!WIN32) {
|
||||
lListen.set('browser client minification', true);
|
||||
lListen.set('browser client gzip', true);
|
||||
lListen.enable('browser client minification');
|
||||
lListen.enable('browser client gzip');
|
||||
}
|
||||
|
||||
lRet = lListen.sockets.on('connection', function (socket){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue