Skip to content

Commit 4e02394

Browse files
chore: improve error message
1 parent 0589bb9 commit 4e02394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/CloudinaryFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class CloudinaryFile {
300300
queryParamsString = queryParams.toString();
301301

302302
} catch(err) {
303-
console.error("Error: URLSearchParams is not available");
303+
console.error('Error: URLSearchParams is not available so the queryParams object cannot be parsed, please try passing as an already parsed string');
304304
}
305305
}
306306
else{

0 commit comments

Comments
 (0)