Skip to content
Snippets Groups Projects
Commit e3f53a70 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] #1062 Tests were broken

parent 9950e234
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,11 @@ export class Crawler extends stream.Transform implements DuniterService {
this.sandboxCrawler.stopService()
])
}
// Unused
_write(str:string, enc:any, done:any) {
done && done();
};
}
export class PeerCrawler implements DuniterService {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment