Skip to content

Commit

Permalink
fix(nodeclasses): fixes crash on task
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed Jun 13, 2022
1 parent e978d2a commit 0285c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/node-classes/NodeClass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export class NodeClass {
catch error
m.log.error("error occurred executing task", mc_dv(m.top), error)
m.top.output = {isOk:false, data: error, message: mc_getString(error, "message")}
end catch
end try
end function
`;
return text;
Expand Down

0 comments on commit 0285c55

Please sign in to comment.