Fix missing connector error msg for db2, cloudant
This commit is contained in:
parent
2e0f496713
commit
686ce5bae3
|
@ -198,7 +198,7 @@ function connectorModuleNames(name) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Only try the short name if the connector is not from StrongLoop
|
// Only try the short name if the connector is not from StrongLoop
|
||||||
if (['mongodb', 'oracle', 'mysql', 'postgresql', 'mssql', 'rest', 'soap']
|
if (['mongodb', 'oracle', 'mysql', 'postgresql', 'mssql', 'rest', 'soap', 'db2', 'cloudant']
|
||||||
.indexOf(name) === -1) {
|
.indexOf(name) === -1) {
|
||||||
names.push(name);
|
names.push(name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue