Commit b31fd4c
Break out of the while loop for better performance (#280)
Now it will cost about 5 seconds in the destroyLaunchFiles function,
there should have a break statement if no IOException is caught
in each loop iteration for better performance.
Signed-off-by: tom-shan <[email protected]>1 parent 1d8af28 commit b31fd4c
File tree
1 file changed
+2
-0
lines changed- com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/handler
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments