Skip to content

Commit

Permalink
Remove third occurence of process.platform
Browse files Browse the repository at this point in the history
PR-URL: #207
Credit: @UnchartedBull
Close: #207
Reviewed-by: @isaacs
  • Loading branch information
UnchartedBull authored and isaacs committed Apr 9, 2023
1 parent 1c0a3cd commit 643f23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class Minimatch {
nocase: boolean

isWindows: boolean
platform: typeof process.platform
platform: Platform
windowsNoMagicRoot: boolean

regexp: false | null | MMRegExp
Expand Down

0 comments on commit 643f23a

Please sign in to comment.