mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 17:32:58 +02:00
#777 - Fix for untitled files
This commit is contained in:
@@ -225,6 +225,8 @@ export class DataListener extends BaseListener {
|
||||
}
|
||||
} catch (e) {
|
||||
Logger.error(`DataListener::pushMetadata: ${(e as Error).message}`);
|
||||
this.sendMsg(Command.metadata, undefined);
|
||||
return;
|
||||
}
|
||||
|
||||
if (articleDetails) {
|
||||
|
||||
Reference in New Issue
Block a user