Skip to content
Snippets Groups Projects
Commit 51fdd959 authored by deuce's avatar deuce
Browse files

Work around Win32 directory() wildcard weirdness.

parent f752e485
Branches
Tags
No related merge requests found
......@@ -738,6 +738,8 @@ function run_outbound()
dirs.forEach(function(dir) {
var pnts;
if (dir.indexOf('.') === -1)
return;
if (file_getext(dir).search(/^\.[0-9a-f]+$/) == 0) {
if (file_isdir(dir)) {
addDir(dir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment