kingeaglewang

Results 13 comments of kingeaglewang

Sorry for the late reply. After the long research, I found two things. 1. Mac OSX 10.12.1 does not store the kennel log in the system.log that's why I found...

It seems nothing has to be changed. Code is fine. Probably, the reason is macOSX 10.12 differs from previous version. Thanks.

In fixOpts, I comment out part of the code. Like below, AutoLaunch.prototype.fixOpts = function() { var tempPath; this.opts.appPath = this.opts.appPath.replace(/\/$/, ''); if (/darwin/.test(process.platform)) { this.opts.appPath = this.fixMacExecPath(this.opts.appPath, this.opts.mac); } //...