Skip to content

Commit 30d3e0b

Browse files
committed
lint:fix
1 parent f3f5f67 commit 30d3e0b

File tree

1 file changed

+4
-2
lines changed
  • packages/@glimmer/runtime/lib/compiled/opcodes

1 file changed

+4
-2
lines changed

packages/@glimmer/runtime/lib/compiled/opcodes/dom.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,10 @@ APPEND_OPCODES.add(Op.DynamicModifier, (vm) => {
196196
if (manager === null) {
197197
if (import.meta.env.DEV) {
198198
throw new Error(
199-
`Expected a dynamic modifier definition, but received an object or function that did not have a modifier manager associated with it. The dynamic invocation was \`{{${ref.debugLabel
200-
}}}\`, and the incorrect definition is the value at the path \`${ref.debugLabel
199+
`Expected a dynamic modifier definition, but received an object or function that did not have a modifier manager associated with it. The dynamic invocation was \`{{${
200+
ref.debugLabel
201+
}}}\`, and the incorrect definition is the value at the path \`${
202+
ref.debugLabel
201203
}\`, which was: ${debugToString!(hostDefinition)}`
202204
);
203205
} else {

0 commit comments

Comments
 (0)