conform to standard js quote rules (#8395)
* restore standardjs quote behaviour * conform to standard js quote rules
This commit is contained in:
@@ -29,7 +29,7 @@ async function captureTimings(warmupIterations) {
|
||||
function logResults({ times, iterations, warmupIterations }) {
|
||||
if (isNaN(iterations)) {
|
||||
console.log(
|
||||
`No timings captured. Have you included console.time statements in the badge creation code path?`
|
||||
'No timings captured. Have you included console.time statements in the badge creation code path?'
|
||||
)
|
||||
} else {
|
||||
const timedIterations = iterations - warmupIterations
|
||||
|
||||
Reference in New Issue
Block a user