chore: add newline to multiline comment for proper syntax highlighting (#13375)

Co-authored-by: yoonhan <yoon.han@lawfully.com>
pull/13393/head
Yoon Han 1 week ago committed by GitHub
parent eaa55766c9
commit 3d8f987569
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,7 +44,8 @@ function get_code_frame(source, line, column) {
* end?: Location;
* position?: [number, number];
* frame?: string;
* }} ICompileDiagnostic */
* }} ICompileDiagnostic
*/
/** @implements {ICompileDiagnostic} */
export class CompileDiagnostic extends Error {

Loading…
Cancel
Save