Add spies to ensure demux handles keys correctly
This commit is contained in:
@@ -16,7 +16,6 @@ export function map<T, R>(
|
||||
const mapped = await mapper(chunk, encoding);
|
||||
callback(null, mapped);
|
||||
} catch (err) {
|
||||
console.log("caught error", err.message);
|
||||
callback(err);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user