diff options
Diffstat (limited to 'std/path/glob.ts')
-rw-r--r-- | std/path/glob.ts | 2 |
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; |