Skip to content

Commit 245f8a0

Browse files
committed
fixing message
1 parent 3468f21 commit 245f8a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/@ember/-internals/metal/lib/decorator.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,11 @@ function computedDecorator2023(args: Parameters<Decorator>, desc: ComputedDescri
180180
makeDescriptor(desc, this, dec.context.name as string)
181181
);
182182
});
183-
return;
183+
break;
184184
default:
185-
console.log(`unimplemented: injected on ${dec.kind} ${dec.context.name?.toString()}`);
185+
console.log(
186+
`unimplemented: computedDecorator on ${dec.kind} ${dec.context.name?.toString()}`
187+
);
186188
}
187189
}
188190

0 commit comments

Comments
 (0)