npm package diff

Package: @forge/cli

Versions: 12.3.0 - 12.3.1-next.1-experimental-b4d61da

File: package/out/containers/container-command.js

Index: package/out/containers/container-command.js
===================================================================
--- package/out/containers/container-command.js
+++ package/out/containers/container-command.js
@@ -46,9 +46,9 @@
                 appId,
                 containerKey: key
             }
         });
-        if (!success) {
+        if (!success || !container) {
             const error = (0, cli_shared_1.getError)(errors);
             throw new cli_shared_1.GraphQlMutationError(`${error.message} (requestId: ${requestId || 'unknown'})`, {
                 requestId,
                 code: error.code,