Skip to content

Commit e8f00c0

Browse files
author
yoonhan
committed
chore: add newline to multiline comment for proper syntax highlighting
1 parent 4b7cb9a commit e8f00c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/svelte/src/compiler/utils/compile_diagnostic.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ function get_code_frame(source, line, column) {
4444
* end?: Location;
4545
* position?: [number, number];
4646
* frame?: string;
47-
* }} ICompileDiagnostic */
47+
* }} ICompileDiagnostic
48+
*/
4849

4950
/** @implements {ICompileDiagnostic} */
5051
export class CompileDiagnostic extends Error {

0 commit comments

Comments
 (0)