Epikcoder commited on
Commit
a1aa0a7
·
1 Parent(s): b3a087a

varo gendeng

Browse files
Files changed (1) hide show
  1. beta.js +1 -0
beta.js CHANGED
@@ -65,6 +65,7 @@ app.all("/down", async(req,res) => {
65
  if(!url) return res.json({error: "invalid url/nourl"})
66
  return res.json(await main(url))
67
  }catch(e) {
 
68
  return res.send(e)
69
  }
70
  })
 
65
  if(!url) return res.json({error: "invalid url/nourl"})
66
  return res.json(await main(url))
67
  }catch(e) {
68
+ console.log(e)
69
  return res.send(e)
70
  }
71
  })