We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5180a4 commit fb2a62bCopy full SHA for fb2a62b
1 file changed
src/mutode.js
@@ -73,8 +73,8 @@ class Mutode {
73
async run () {
74
if (this.mutants > 0) throw new Error('This instance has already been executed')
75
console.log(`Mutode ${this.id} running`)
76
- const startTime = process.hrtime()
77
await this.delete()
+ const startTime = process.hrtime()
78
try {
79
await this.copyFirst()
80
this.mutators = await Mutode.loadMutants(this.mutators)
0 commit comments