Skip to content

Commit 05d2a36

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent b1950a1 commit 05d2a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Function/Integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default ((...[_Option = {}]) => {
8282
}
8383

8484
if (typeof Cache === "object" && Cache.Search === Search) {
85-
Cache.Search = Directory;
85+
Cache.Search = Directory.toString();
8686
}
8787

8888
for (const [Type, Setting] of Object.entries({

0 commit comments

Comments
 (0)