Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeemok committed Aug 15, 2021
1 parent 90a7bad commit 945a628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ export function trimArray(array: string[], maxLength: number): string[] {
*/
export function shortenNodePath(path: string): string {
return path.replace('node_modules/', '').replace(/\/node_modules\//g, '>');
}
}

0 comments on commit 945a628

Please # to comment.