Skip to content

Commit 52fe047

Browse files
Osama NajjarOsama Najjar
authored andcommitted
execute mf logging
1 parent f25c95b commit 52fe047

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/HTMLSnippet/widget/HTMLSnippet.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,12 @@ define([
131131
}
132132
mx.ui.action(this.onclickmf, {
133133
params: params,
134-
callback: function (obj) {},
135-
error: function (error) {}
134+
callback: function (obj) {
135+
logger.debug(this.id + " (executed microflow successfully).");
136+
},
137+
error: function (error) {
138+
logger.error(this.id + error);
139+
}
136140
}, this);
137141
}
138142
},

0 commit comments

Comments
 (0)