You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,7 +16,7 @@ export function isFsAccessingAllowed(
14
16
if(fromCli){
15
17
throw`Insomnia cannot access the file ‘${fileName}’. You can specify paths with one or more "--dataFolders <directory>" or "-f <directory>" to allow accessing.`;
16
18
}else{
17
-
throw`Insomnia cannot access the file ‘${fileName}’.`;
19
+
throw`Insomnia cannot access the file ‘${fileName}’. You must specify which directories Insomnia can access in ${PREF_SECURITY}.`;
0 commit comments