summaryrefslogtreecommitdiff
path: root/std/path/glob.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/path/glob.ts')
-rw-r--r--std/path/glob.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/glob.ts b/std/path/glob.ts
index 8eb106b25..a11865c26 100644
--- a/std/path/glob.ts
+++ b/std/path/glob.ts
@@ -44,7 +44,7 @@ export function globToRegExp(
extended,
globstar,
strict: false,
- filepath: true
+ filepath: true,
});
assert(result.path != null);
return result.path.regex;