Skip to content

Commit 5496669

Browse files
committed
Fix missing version number
1 parent 877d65f commit 5496669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ function testVersion($majorMinorPatch) {
99
$ErrorActionPreference = 'Stop';
1010
}
1111

12-
testVersion ""
12+
testVersion "4.8.2"
1313
testVersion "6.10.2"
1414
testVersion "7.8.0"

0 commit comments

Comments
 (0)