Commit be0e1dc0 authored by nanahira's avatar nanahira

fix

parent fbd6b06b
......@@ -407,7 +407,7 @@ function run7z(params, callback) {
});
proc.on('close', function (code) {
callback(code === 0 ? null : "exit " + code);
}
});
}
//生成更新包,异步
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment