File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## UNRELEASED
4
4
5
+ ## [ 14.2.2] 2024-02-18
6
+
7
+ - Fix ` console.warning is not a function `
8
+
5
9
## [ 14.2.1] 2024-02-09
6
10
7
11
- fix: class not found request failure
Original file line number Diff line number Diff line change 2
2
3
3
## UNRELEASED
4
4
5
+ ## [ 14.2.2] 2024-02-18
6
+
7
+ - Fix ` console.warning is not a function `
8
+
9
+ ## [ 14.2.1] 2024-02-09
10
+
11
+ - fix: class not found request failure
12
+
5
13
## [ 14.1.0] 2024-01-15
6
14
7
15
- fix: missing parse errors with --noserver
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ function collectDisabledBlocks(allLines) {
23
23
if ( matchingIndex > - 1 ) {
24
24
disabledBlocks [ matchingIndex ] . endLine = lineNb ;
25
25
} else {
26
- console . warning ( `npm-groovy-lint: Unable to find matching groovylint-disable for ${ line } ` ) ;
26
+ console . warn ( `npm-groovy-lint: Unable to find matching groovylint-disable for ${ line } ` ) ;
27
27
}
28
28
}
29
29
lineNb ++ ;
You can’t perform that action at this time.
0 commit comments