Skip to content

Commit

Permalink
Corrections: path component of input/import cannot be undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Dec 7, 2024
1 parent 212e1f1 commit d59c0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/inputfilepath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enum MatchType {

interface MatchPath {
type: MatchType,
path?: string,
path: string,
directory?: string,
matchedString: string,
index: number
Expand Down

0 comments on commit d59c0e8

Please sign in to comment.