Skip to content
Snippets Groups Projects
Commit 9bc9bc7c authored by rswindell's avatar rswindell
Browse files

<@Deuce> If there's no outbound dir, it should just skip the node.

parent e4777e69
No related branches found
No related tags found
No related merge requests found
......@@ -775,7 +775,7 @@ function run_outbound(ran)
if (file_isdir(oroot))
addDir(oroot);
else
mkpath(oroot);
return;
dirs = directory(oroot+'.*', 0);
dirs.forEach(function(dir) {
var pnts;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment