We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5853c0 commit eaf1247Copy full SHA for eaf1247
packages/adapter/src/lib/adapter/adapter.ts
@@ -675,7 +675,7 @@ export class AdapterClass extends EventEmitter {
675
throw new Error(`Cannot find ${configFileName}`);
676
}
677
678
- if (!this._options || !this._options.config) {
+ if (!this._options) {
679
throw new Error('Configuration not set!');
680
681
0 commit comments