From e375fde56a3387d17af3c27144dfa15b1239e1fa Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 9 Nov 2021 12:36:57 +0100 Subject: Meta: Replace `__filebasename` with `import.meta.url` (#5058) Co-authored-by: Federico Brigante --- source/features/patch-diff-links.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/patch-diff-links.tsx') diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx index 21038bba..04867c0d 100644 --- a/source/features/patch-diff-links.tsx +++ b/source/features/patch-diff-links.tsx @@ -20,7 +20,7 @@ function init(): void { ); } -void features.add(__filebasename, { +void features.add(import.meta.url, { include: [ pageDetect.isCommit, ], -- cgit v1.2.3