update to pass lint tests
This commit is contained in:
parent
871c0fe88c
commit
a524744b1c
|
@ -102,11 +102,11 @@ describe('fs.promises.chown', function(){
|
|||
});
|
||||
})
|
||||
.catch((err)=>{
|
||||
throw(err)
|
||||
throw(err);
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
})
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue