Skip to content

Commit

Permalink
fix for #94
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Oct 9, 2023
1 parent 8d3c522 commit 32bfc03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ function errorId() {

export function staticVars() {
return {
file: { filename: "spec.coarch.md", content: "" } as LinkedFile,
links: [] as LinkedFile[],
parents: [] as LinkedFile[],
fence: promptFence,
Expand Down

0 comments on commit 32bfc03

Please sign in to comment.