Skip to content

Commit

Permalink
Merge pull request #66 from georgejecook/fix/node-class-crash
Browse files Browse the repository at this point in the history
fix(nodeclasses): fixes crash on task
  • Loading branch information
georgejecook authored Jun 13, 2022
2 parents e978d2a + 0285c55 commit 89d6efd
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 89d6efd

Please sign in to comment.