We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff20882 commit 886e6e9Copy full SHA for 886e6e9
1 file changed
src/core/utils.ts
@@ -28,7 +28,7 @@ export function parseComment(line: string) {
28
29
return {
30
type: comment?.type,
31
- content: content?.trim(),
+ content: content?.trim() ?? '',
32
}
33
34
0 commit comments