Skip to content

Commit

Permalink
Fixed issue where full file links were not always converted.
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-burke committed Dec 30, 2022
1 parent fc99916 commit 6961960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/file-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export abstract class FileInfo {

createKeys(fileName: string): void {
this.directories = this.originalFile.webkitRelativePath.split('/');
this.directories.shift(); // Remove root folder name
this.directories.pop(); // Remove file name
for (let i = 0; i < this.directories.length; i++) {
const prefixes = this.directories.slice(i);
Expand Down

0 comments on commit 6961960

Please sign in to comment.