There was an error while loading. Please reload this page.
1 parent cf313c1 commit 0514cecCopy full SHA for 0514cec
1 file changed
packages/comark/src/parse.ts
@@ -41,7 +41,7 @@ const noopSpan: ComarkSpan = { end: () => {} }
41
const noopPerf: ComarkPerf = {
42
startSpan: () => noopSpan,
43
startActiveSpan: (
44
- name: string,
+ _name: string,
45
optionsOrFn: ComarkSpanOptions | ((span: ComarkSpan) => unknown),
46
fn?: (span: ComarkSpan) => unknown
47
) => {
0 commit comments