Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-log-event'
Browse files Browse the repository at this point in the history
  • Loading branch information
mullr committed Aug 12, 2024
2 parents 99073b3 + 98cc526 commit 6e2f3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export class EventNameTreeItemData {
getModalityLogCommandArgs(): modalityLog.ModalityLogCommandArgs {
const literalTimelineId = "%" + this.timelineId.replace(/-/g, "");
return new modalityLog.ModalityLogCommandArgs({
thingToLog: `${this.eventName}@*(_.timeline.id=${literalTimelineId})`,
thingToLog: `'${this.eventName}'@*(_.timeline.id=${literalTimelineId})`,
});
}
}
Expand Down

0 comments on commit 6e2f3ee

Please sign in to comment.