We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b9b44 commit 1c73461Copy full SHA for 1c73461
lib_src/misc/blocks.ts
@@ -51,7 +51,7 @@ function isStart(lineInfo: LineInfo) {
51
}
52
53
54
-function walkBack(editor: TextEditor, row) {
+function walkBack(editor: TextEditor, row: number) {
55
while (row > 0 && !isStart(getLine(editor, row))) {
56
row--
57
0 commit comments