Skip to content

Commit 871f2a6

Browse files
committed
Adding change file
1 parent e6bcc79 commit 871f2a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

api-extractor/src/TypeScriptHelpers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ export default class TypeScriptHelpers {
6969
const jsDocFullText: string = nodeJsDocObjects[lastJsDocIndex].getText();
7070
const jsDocLines: string[] = jsDocFullText.split(TypeScriptHelpers.newLineRegEx);
7171
const jsDocStartSeqExists: boolean = TypeScriptHelpers.jsDocStartRegEx.test(jsDocLines[0].toString());
72+
73+
// Report error for each missing sequence seperately
7274
if (!jsDocStartSeqExists) {
7375
errorLogger('JsDoc comment must begin with a \"/**\" sequence.');
7476
return '';

0 commit comments

Comments
 (0)