diff --git a/src/connection/ConnectionOptionsReader.ts b/src/connection/ConnectionOptionsReader.ts index bfd2295183..f5dc6a8d72 100644 --- a/src/connection/ConnectionOptionsReader.ts +++ b/src/connection/ConnectionOptionsReader.ts @@ -38,7 +38,7 @@ export class ConnectionOptionsReader { async all(): Promise { const options = await this.load(); if (!options) - throw new Error(`No connection options were found in any of configurations file.`); + throw new Error(`No connection options were found in any orm configuration files.`); return options; }