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.
2 parents a277d8a + 87b2862 commit 0a9bc1cCopy full SHA for 0a9bc1c
front50-core/src/main/groovy/com/netflix/spinnaker/front50/model/application/Application.groovy
@@ -275,7 +275,7 @@ class Application implements Timestamped {
275
log.error("Rollback failed (onRollback)", rollbackException)
276
}
277
278
- log.error("Failed to perform action (name: ${originalApplication.name ?: updatedApplication.name})")
+ log.error("Failed to perform action (name: ${originalApplication?.name ?: updatedApplication?.name})")
279
throw e
280
281
0 commit comments