Skip to content

Commit 1f0b476

Browse files
committed
refactor: remove unnecessary retry: false
1 parent 9737f83 commit 1f0b476

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ function getMappedPath(
281281
getMappedPath(
282282
basename + '.d' + (tsExt === '.tsx' ? '.ts' : tsExt),
283283
file,
284-
false,
285284
) ||
286285
getMappedPath(source + '/index.js', file)
287286
)

0 commit comments

Comments
 (0)