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