Skip to content

Commit 836d783

Browse files
committed
lint-fix
1 parent 9790ef2 commit 836d783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export class TSError extends BaseError {
469469
Object.defineProperty(this, 'diagnosticText', {
470470
configurable: true,
471471
writable: true,
472-
value: diagnosticText
472+
value: diagnosticText,
473473
});
474474
}
475475

0 commit comments

Comments
 (0)