Skip to content

Commit 5fd03c8

Browse files
committed
Auto-generated commit
1 parent e2c6d94 commit 5fd03c8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bench( pkg, function benchmark( b ) {
3636
for ( i = 0; i < b.iterations; i++ ) {
3737
// Note: the following *could* be optimized away via loop-invariant code motion. If so, the entire loop will disappear.
3838
bool = hasInt8ArraySupport();
39-
if ( !isBoolean( bool ) ) {
39+
if ( typeof bool !== 'boolean' ) {
4040
b.fail( 'should return a boolean' );
4141
}
4242
}

0 commit comments

Comments
 (0)