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 de16322 commit bf67400Copy full SHA for bf67400
+bot/+internal/cache.m
@@ -501,7 +501,7 @@ function resetCache(mode)
501
end
502
503
% - Store the selected cache directory to preferences
504
- prefs = bot.getPreferences();
+ prefs = bot.util.getPreferences();
505
prefs.CacheDirectory = strCacheDir;
506
507
+bot/+internal/reset.m
@@ -4,6 +4,6 @@ function reset(mode)
4
mode (1,1) string = "ask" % "ask" || "force"
5
6
bot.internal.cache.resetCache(mode)
7
8
prefs.reset()
9
0 commit comments