Skip to content

Commit 3a9d0f8

Browse files
UnchartedBullisaacs
authored andcommitted
Remove third occurence of process.platform
PR-URL: #207 Credit: @UnchartedBull Close: #207 Reviewed-by: @isaacs
1 parent d6c09b7 commit 3a9d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export class Minimatch {
340340
nocase: boolean
341341

342342
isWindows: boolean
343-
platform: typeof process.platform
343+
platform: Platform
344344
windowsNoMagicRoot: boolean
345345

346346
regexp: false | null | MMRegExp

0 commit comments

Comments
 (0)