Fixed SonarQube issues

This commit is contained in:
Akshay Joshi
2021-02-15 17:31:20 +05:30
parent 44cc7a308a
commit 3fc0cc3e92
10 changed files with 15 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>pgAdmin 4</title>
<style>

View File

@@ -286,7 +286,7 @@ splashWindow.on('loaded', function() {
startDesktopMode();
})
.catch((errCode) => {
if (fixedPortCheck && errCode == 'EADDRINUSE') {
if (errCode == 'EADDRINUSE') {
alert('The specified fixed port is already in use. Please provide any other valid port.');
} else {
alert(errCode);