We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5fc4b commit 122dca8Copy full SHA for 122dca8
packages/cli-kit/src/public/node/custom-oclif-loader.ts
@@ -48,7 +48,7 @@ export class ShopifyConfig extends Config {
48
49
if (!externalHydrogenPlugin) return
50
51
- if (typeof (this as {[key: string]: unknown})._commands === 'undefined') {
+ if (typeof (this as unknown as {[key: string]: unknown})._commands === 'undefined') {
52
throw new Error('ShopifyConfig: oclif internals changed. _commands is no longer available.')
53
}
54
0 commit comments