Add glossary methods #4
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
|
@ -129,7 +129,6 @@ module.exports = {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
catch(_){
|
catch(_){
|
||||||
console.error(_)
|
|
||||||
throw new Error('UNSUPPORTED_GLOSSARY_LANGUAGE');
|
throw new Error('UNSUPPORTED_GLOSSARY_LANGUAGE');
|
||||||
}
|
}
|
||||||
await page.waitForSelector(sourceGlossaryInput, { visible: true });
|
await page.waitForSelector(sourceGlossaryInput, { visible: true });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue