Loading src/components/tl-process.js +1 −0 Original line number Diff line number Diff line Loading @@ -531,6 +531,7 @@ TorProcessService.prototype = this.mTorProcessStatus = this.kStatusStarting; var p = Cc["@mozilla.org/process/util;1"].createInstance(Ci.nsIProcess); p.startHidden = true; p.init(exeFile); TorLauncherLogger.log(2, "Starting " + exeFile.path); Loading Loading
src/components/tl-process.js +1 −0 Original line number Diff line number Diff line Loading @@ -531,6 +531,7 @@ TorProcessService.prototype = this.mTorProcessStatus = this.kStatusStarting; var p = Cc["@mozilla.org/process/util;1"].createInstance(Ci.nsIProcess); p.startHidden = true; p.init(exeFile); TorLauncherLogger.log(2, "Starting " + exeFile.path); Loading