Skip to content

Commit 2bc526c

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 9fcfcc3 commit 2bc526c

File tree

1 file changed

+1
-0
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/workflow

1 file changed

+1
-0
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/workflow/NodeExecutor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public void run() {
4343
// Exception is required because of Kotlin
4444
workflowExecutor.handleExceptionInExecutor(dependentResourceNode, e);
4545
} catch (Error e) {
46+
// without this user would see no sign about the error
4647
log.error("java.lang.Error during execution", e);
4748
throw e;
4849
} finally {

0 commit comments

Comments
 (0)