-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a return #5
Comments
I'm sorry could you please explain this a bit more, I'm a tad bit confused |
Actually a few of your variables could be declared inside your function instead of being a global variable, but that's for another issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lFinder/bin/index.js
Lines 36 to 57 in 59729ee
If you add a return after line 37. You can skip on using the
else
allowing you to useconst lineArray
The text was updated successfully, but these errors were encountered: