Skip to content

Commit dbbc063

Browse files
committed
2 parents e509e05 + 717e8bb commit dbbc063

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/general.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ function actOnGenerator(attribute: string, outputElement: HTMLElement) {
150150
}
151151
`;
152152
break;
153+
default:
154+
codeToCopy = `
155+
Couldn't copy, please try again :(
156+
`;
153157
}
154158

155159
try {

0 commit comments

Comments
 (0)