mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-18 07:45:54 +08:00
fix
This commit is contained in:
parent
5cfb78b275
commit
a9426341f6
@ -11,7 +11,7 @@ import { Request, Response } from 'express';
|
|||||||
export class CrawlerHost extends RPCHost {
|
export class CrawlerHost extends RPCHost {
|
||||||
logger = this.globalLogger.child({ service: this.constructor.name });
|
logger = this.globalLogger.child({ service: this.constructor.name });
|
||||||
|
|
||||||
turnDownService = new TurnDownService().use(require('turndown-plugin-gfm'));
|
turnDownService = new TurnDownService().use(require('turndown-plugin-gfm').gfm);
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
protected globalLogger: Logger,
|
protected globalLogger: Logger,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user