Skip to content

Commit

Permalink
fix: cookie not found log message
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoOwO committed Jan 7, 2023
1 parent b738f1c commit 563c54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataModule/netease2.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ try {
let file = fs.readFileSync("./cookie.json")
jar = CookieJar.fromJSON(JSON.parse(file))
} catch (e) {
console.log(e)
console.log("[Netease2] Cookie file not found. Initing empty cookie.")
jar = new CookieJar();
}

Expand Down

0 comments on commit 563c54d

Please sign in to comment.