Skip to content

Commit

Permalink
More detailed error when running a task.
Browse files Browse the repository at this point in the history
  • Loading branch information
pandzel committed Sep 30, 2019
1 parent d95bb44 commit 254bbad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ define(["dojo/_base/declare",
}),
lang.hitch(this,function(error){
console.error(error);
topic.publish("msg", new Error(this.i18n.tasks.errors.execute));
topic.publish("msg", new Error(this.i18n.tasks.errors.execute + ": " + data.taskDefinition.name));
})
);
},
Expand Down

0 comments on commit 254bbad

Please sign in to comment.