mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix try catch error
This commit is contained in:
@@ -582,6 +582,7 @@ async function extractPDFText(url: string): Promise<string> {
|
|||||||
|
|
||||||
return text;
|
return text;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
console.log(error);
|
||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user