Skip to content

Commit c2657b3

Browse files
committed
Merge branch 'issue.3170' of https://github.com/Akshat55/carbon-components-angular into issue.3170
2 parents a3c0646 + 0758e9e commit c2657b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icon/icon.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class IconNameNotFoundError extends Error {
110110
*/
111111
export class IconSizeNotFoundError extends Error {
112112
constructor(size: string, name: string) {
113-
super("Size ${size} for ${name} not found");
113+
super(`Size ${size} for ${name} not found`);
114114
}
115115
}
116116

0 commit comments

Comments
 (0)