LSP: another fix relating to the .exe extension under windows versions
This commit is contained in:
parent
9aeb4a9dbc
commit
9f5b105403
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@
|
|||
// build a list of the current connectors to see if the dependencies are already configured
|
||||
for (var index in settings.settings.config.protocols)
|
||||
{
|
||||
currentconnectors.push(settings.settings.config.protocols[index].connector);
|
||||
currentconnectors.push(settings.settings.config.protocols[index].connector.replace('.exe',''));
|
||||
}
|
||||
|
||||
function buildProtocolParameterFields(data,required)
|
||||
|
|
Loading…
Add table
Reference in a new issue