Skip to content

Commit 21eae48

Browse files
committed
[test] w/o throwing
1 parent 986ae79 commit 21eae48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rehype-shiki/src/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const { shiki, getLanguageDisplayName, highlightToHast, highlightToHtml } =
2323
transformers: [
2424
transformerTwoslash({
2525
langs: ['ts', 'js', 'cjs', 'mjs'],
26-
throws: false,
26+
// throws: false,
2727
}),
2828
],
2929
// We use the faster WASM engine on the server instead of the web-optimized version.

0 commit comments

Comments
 (0)