Подготовка к работе с внешними конвертерами

This commit is contained in:
Book Pauk
2019-02-27 20:00:55 +07:00
parent d3ff0edbff
commit 528adae3d0
7 changed files with 43 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ class ConvertHtml extends ConvertBase {
return false;
}
run(data, opts) {
async run(data, opts) {
const checkResult = this.check(data, opts);
if (!checkResult)
return false;