This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Commit 185f1c2
authored
fix: make debugee variables public (#352)
Node 4 and 6 compiler now complains for these private variables were never read. These were just not used within the debug agent. However, we need to send this over to debug server via wire and these properties will be needed. Therefore, we change them to public.1 parent 8078771 commit 185f1c2
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments