| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4a38a28 commit f6a5aa9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -312,7 +312,7 @@ async function canDelegateToJavaTestRunner(uri: vscode.Uri): Promise<boolean> { | |||
| 312 | 312 | function launchTesting(uri: vscode.Uri, noDebug: boolean, progressReporter: IProgressReporter) { | |
| 313 | 313 | const command: string = noDebug ? "java.test.editor.run" : "java.test.editor.debug"; | |
| 314 | 314 | vscode.commands.executeCommand(command, uri, progressReporter); | |
| 315 | - if (compareVersions(getTestExtensionVersion(), "0.26.1") <= 0) { | ||
| 315 | + if (compareVersions.compare(getTestExtensionVersion(), "0.26.1", "<=")) { | ||
| 316 | 316 | throw new utility.OperationCancelledError(""); | |
| 317 | 317 | } | |
| 318 | 318 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments