提交 6d879597 编写于 作者: J Johannes Rieken

uglify is ugly!

上级 4cb2c7da
......@@ -120,7 +120,7 @@ function getNodeCachedDataDir() {
var dir = path.join(app.getPath('userData'), 'CachedData');
return mkdirp(dir).then(undefined, err => { /*ignore*/ });
return mkdirp(dir).then(undefined, function (err) { /*ignore*/ });
}
function mkdirp(dir) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册