Skip to content

Commit ef45bfa

Browse files
committed
Update svelte-specific.jsx
1 parent 76e9456 commit ef45bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/svelte-specific.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const SvelteSpecific = ({ children }) => {
2121
};
2222
});
2323

24-
if (!code.includes("Svelte")) {
24+
if (!code?.includes("Svelte")) {
2525
return null;
2626
}
2727

0 commit comments

Comments
 (0)