mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
add linting
This commit is contained in:
@@ -31,7 +31,7 @@ async function generateDoc(id: string): Promise<void> {
|
||||
}
|
||||
}
|
||||
|
||||
export default async function (id: string, texDocument: string) {
|
||||
export default async function renderer(id: string, texDocument: string) {
|
||||
await copyToTemp(id, texDocument)
|
||||
await generateDoc(id)
|
||||
return id
|
||||
|
||||
Reference in New Issue
Block a user