Fix bug with not definded variable (#4049)

Using the variable "resolveCredentialsFilepath" to provide a good debug information.
fix-syncer
Bram Chen 2019-07-02 22:40:07 +08:00 zatwierdzone przez Jeremy Ruston
rodzic 15b576618f
commit de04755a0a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@ BasicAuthenticator.prototype.init = function() {
this.credentialsData = credentialsData;
}
} else {
return "Error: Unable to load user credentials from '" + credentialsFilepath + "'";
return "Error: Unable to load user credentials from '" + resolveCredentialsFilepath + "'";
}
}
// Add the hardcoded username and password if specified