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 f2bc161 commit c64ccffCopy full SHA for c64ccff
src/magento-eqp-config.ts
@@ -29,13 +29,7 @@ export class MagentoEQPConfig extends RedNode {
29
this.createNode(config);
30
31
if (!(this.credentials.appId && this.credentials.appSecret)) {
32
- this.status({
33
- fill: 'red',
34
- shape: 'ring',
35
- text: `App ID or secret missing`
36
- });
37
-
38
- return;
+ throw new Error('App ID or secret missing');
39
}
40
41
this.appId = this.credentials.appId;
0 commit comments