Commit ac7d26b
authored
Use -m prefix only when the main class is contained in a module (#304)
* Use -m prefix only when the main class is contained in a module
Signed-off-by: Jinbo Wang <[email protected]>
* Fix -m args
Signed-off-by: Jinbo Wang <[email protected]>1 parent de51193 commit ac7d26b
File tree
2 files changed
+2
-2
lines changed- com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core
- adapter/handler
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments