mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
feat: improve the export error message (#1510)
This commit is contained in:
parent
36bc5226ba
commit
3d83885778
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ impl ExportTask {
|
|||
});
|
||||
|
||||
// Prepare the document.
|
||||
let doc = doc.ok().context("no document")?;
|
||||
let doc = doc.ok().context("cannot export with compilation errors")?;
|
||||
|
||||
// Prepare data.
|
||||
let kind2 = task.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue