We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e090c commit 031adc9Copy full SHA for 031adc9
1 file changed
test/wired_basic_test.js
@@ -9,7 +9,7 @@ function onGetPlatform(x) {
9
console.log('S/N = ' + x.serialNumber);
10
console.log('Version = ' + x.version);
11
console.log('BoneScript version = ' + x.bonescript);
12
- if(x.bonescript != '0.2.2'))
+ if(x.bonescript != '0.2.2')
13
err('BoneScript 0.2.2 required');
14
b.setDate(Date().toString(), onSetDate);
15
}
0 commit comments