We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1950a1 commit 05d2a36Copy full SHA for 05d2a36
Source/Function/Integration.ts
@@ -82,7 +82,7 @@ export default ((...[_Option = {}]) => {
82
}
83
84
if (typeof Cache === "object" && Cache.Search === Search) {
85
- Cache.Search = Directory;
+ Cache.Search = Directory.toString();
86
87
88
for (const [Type, Setting] of Object.entries({
0 commit comments