Hacker News new | past | comments | ask | show | jobs | submit login

Just FYI, you have a typo/copy-paste bug on

    lineFileHandle = await open(lineFileHandle, "r");
should be

    lineFileHandle = await open(line, "r");
Same thing for the using version.



Thanks. Unfortunately I saw too late for me to edit it now :)


human linter :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: