mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
chore: npm update (#8238)
This commit is contained in:
parent
b6788072c2
commit
0bc194cad5
9793
package-lock.json
generated
9793
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@ export class ConnectionOptionsYmlReader {
|
||||
|
||||
const config = ymlParser.load(contents);
|
||||
|
||||
if (!config || typeof config !== 'object') {
|
||||
if (!config || typeof config !== 'object' || config === null) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user