Test now fails

This commit is contained in:
julienmalard 2025-02-17 15:11:21 +01:00
parent 6a1bc596d2
commit 3c07607280

View File

@ -133,7 +133,7 @@ const Sync = async ({ ipfs, log, events, onSynced, start, timeout }) => {
* @instance
*/
events = events || new EventEmitter()
events.on('error', console.log)
// events.on('error', console.log)
timeout = timeout || DefaultTimeout