Skip to content
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

debugger: remove final lint exceptions in inspect_repl.js #39078

Closed
wants to merge 1 commit into from

Commits on Jun 26, 2021

  1. debugger: remove final lint exceptions in inspect_repl.js

    Adding a return when it's not really a getter is kind of misleading, but
    so is using a getter for something that doesn't return anything, so
    ¯\_(ツ)_/¯.
    
    PR-URL: nodejs#39078
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott committed Jun 26, 2021
    Copy the full SHA
    3c09987 View commit details
    Browse the repository at this point in the history