Skip to content

Commit 00f6092

Browse files
byeonggiljunlhstrh
andauthored
Update a comment of src/core/action.ts
Co-authored-by: Marten Lohstroh <[email protected]>
1 parent 05480e3 commit 00f6092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class Action<T> extends ScheduledTrigger<T> implements Read<T> {
8383
} else if (this.action instanceof FederatePortAction) {
8484
if (intendedTag === undefined) {
8585
throw new Error(
86-
"Logical FederatedPortAction must have an intended tag from RTI."
86+
"No intended tag given while attempting to schedule an event coming from another federate."
8787
);
8888
}
8989
if (

0 commit comments

Comments
 (0)