Skip to content

Commit 75e1762

Browse files
committed
Minor tweak
1 parent 8035298 commit 75e1762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/informixHelper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ function queryInformix (query) {
105105
dbConnection = informix.openSync(connectionString)
106106
} catch (ex) {
107107
logger.error(`Informix connection error: ${ex}`)
108+
return null
108109
}
109110
}
110111
let result = null

0 commit comments

Comments
 (0)