Fix TypeError
This commit is contained in:
parent
ef9c744003
commit
5b58c30011
|
@ -52,7 +52,7 @@ function getTorIPs(cb) {
|
|||
fs.writeFile(destination,
|
||||
ips.join("\n"),
|
||||
error => {
|
||||
LOGGER.error("Failed to write to %s: %s", destination, error.stack);
|
||||
LOGGER.error("Failed to write to %s: %s", destination, error);
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue