mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
zlib module not supported for now, so in node v4.0 and older, gzip commpression just won't be aviable
This commit is contained in:
parent
ae44b98d58
commit
b6582971a5
1 changed files with 1 additions and 2 deletions
|
|
@ -81,8 +81,7 @@ try {
|
|||
} catch (error) {
|
||||
Zlib = undefined;
|
||||
console.log('to use gzip-commpression' +
|
||||
'you should install zlib module\n' +
|
||||
'npm install zlib');
|
||||
'you should use newer node version\n');
|
||||
}
|
||||
/* добавляем модуль с функциями */
|
||||
var CloudFunc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue