We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa0267 commit 162377fCopy full SHA for 162377f
tests/lib/bootstrap.js
@@ -93,7 +93,7 @@ function parseUrl() {
93
current = parts[ i ].split( "=" );
94
data[ current[ 0 ] ] = current[ 1 ];
95
} else {
96
- data[ parts[ i ] ] = true
+ data[ parts[ i ] ] = true;
97
}
98
99
0 commit comments