Commit 48d9680
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: #39078
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>1 parent 81cebec commit 48d9680
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
899 | 896 | | |
900 | 897 | | |
901 | 898 | | |
902 | | - | |
| 899 | + | |
903 | 900 | | |
904 | 901 | | |
905 | 902 | | |
| |||
1078 | 1075 | | |
1079 | 1076 | | |
1080 | 1077 | | |
1081 | | - | |
| 1078 | + | |
1082 | 1079 | | |
1083 | 1080 | | |
1084 | 1081 | | |
| |||
0 commit comments