提交 7919a52a 编写于 作者: W wanghang

IssueNo:#I58SUR:modify the zlib sample

Description:modify the zlib sample
Sig:SIG_ApplicaitonFramework
Feature or Bugfix:Bugfix
Binary Source:No
Signed-off-by: Nwanghang <408861745@qq.com>
上级 67ebba2d
......@@ -63,7 +63,7 @@ var options = {
strategy: zlib.CompressStrategy.COMPRESS_STRATEGY_DEFAULT_STRATEGY
};
zlib.zipFile(inFile , unzipDir, options).then((data) => {
zlib.zipFile(inFile , outFile, options).then((data) => {
console.log("zipFile result:" + data);
}).catch((err)=>{
console.log("catch((err)=>" + err);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册