dragfire / leetup

Command line tool to solve Leetcode problems. Leet it up!!
MIT License
107 stars 15 forks source link

bug: leetup pick stop working at/after 2618 #54

Open kgfly opened 1 year ago

kgfly commented 1 year ago

"leetup pick 2617" still work

but "leetup pick 2618" prompted

thread 'main' panicked at 'called Option::unwrap() on a None value', C:\Users\k.cargo\registry\src\github.com-1ecc6299db9ec823\leetup-1.0.2\src\service\leetcode.rs:602:51 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

thanks

dragfire commented 1 year ago

Thanks for reporting! Will take a look.

dragfire commented 1 year ago

This happens when the question supports only Typescript/Javascript. Will fix it soon.