Skip to content

Commit

Permalink
fix: error info use tagged template
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaominRuan authored and nikku committed Apr 29, 2024
1 parent b790594 commit 829989e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/features/context-pad/ContextPadProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
'bpmn-icon-text-annotation',
translate('Add text annotation')
),

'connect': {
group: 'connect',
className: 'bpmn-icon-connection-multi',
Expand Down
2 changes: 1 addition & 1 deletion lib/import/BpmnTreeWalker.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function BpmnTreeWalker(handler) {
// avoid multiple rendering of elements
if (gfx) {
throw new Error(
'already rendered ${ elementToString(element) }'
`already rendered ${ elementToString(element) }`
);
}

Expand Down

0 comments on commit 829989e

Please sign in to comment.