Epikcoder
commited on
Commit
·
e7707ae
1
Parent(s):
a1aa0a7
varo gendeng
Browse files
beta.js
CHANGED
@@ -45,7 +45,7 @@ async function main(url) {
|
|
45 |
if(error.toString().includes("Unsupported UR")) {
|
46 |
reject({error: "Not supported URL"})
|
47 |
}else{
|
48 |
-
reject({error:
|
49 |
}
|
50 |
}
|
51 |
})
|
|
|
45 |
if(error.toString().includes("Unsupported UR")) {
|
46 |
reject({error: "Not supported URL"})
|
47 |
}else{
|
48 |
+
reject({error: error})
|
49 |
}
|
50 |
}
|
51 |
})
|