Skip to content

Commit

Permalink
Update a comment of src/core/action.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Lohstroh <[email protected]>
  • Loading branch information
byeonggiljun and lhstrh authored Aug 15, 2023
1 parent 05480e3 commit 00f6092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class Action<T> extends ScheduledTrigger<T> implements Read<T> {
} else if (this.action instanceof FederatePortAction) {
if (intendedTag === undefined) {
throw new Error(
"Logical FederatedPortAction must have an intended tag from RTI."
"No intended tag given while attempting to schedule an event coming from another federate."
);
}
if (
Expand Down

0 comments on commit 00f6092

Please sign in to comment.