Skip to content

Commit 031adc9

Browse files
author
Jason Kridner
committed
wired_basic_test: fixed syntax error
1 parent a2e090c commit 031adc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/wired_basic_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function onGetPlatform(x) {
99
console.log('S/N = ' + x.serialNumber);
1010
console.log('Version = ' + x.version);
1111
console.log('BoneScript version = ' + x.bonescript);
12-
if(x.bonescript != '0.2.2'))
12+
if(x.bonescript != '0.2.2')
1313
err('BoneScript 0.2.2 required');
1414
b.setDate(Date().toString(), onSetDate);
1515
}

0 commit comments

Comments
 (0)