This commit is contained in:
ManeraKai 2023-09-17 16:58:27 +03:00
parent 0788cac07d
commit 2453c19269
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 1 additions and 0 deletions

View File

@ -772,6 +772,7 @@ async function copyRaw(url, test) {
}
function isException(url) {
if (!options.exceptions) return false
let exceptions = options.exceptions
if (exceptions && url) {
if (exceptions.url) {