Skip to content

Commit 3d8f987

Browse files
YoonHanyoonhan
and
yoonhan
authored
chore: add newline to multiline comment for proper syntax highlighting (#13375)
Co-authored-by: yoonhan <[email protected]>
1 parent eaa5576 commit 3d8f987

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)