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:
coderaiser 2012-07-21 11:53:06 +03:00
parent ae44b98d58
commit b6582971a5

View file

@ -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;