Skip to content

Commit b0c1d97

Browse files
committed
communicate path uniformly in RenderResult
1 parent 6803805 commit b0c1d97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/command/render/render-shared.ts

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export async function render(
143143
};
144144
})),
145145
error: result.error,
146+
baseDir: normalizePath(dirname(path)),
146147
};
147148

148149
if (!renderResult.error && engine?.postRender) {

0 commit comments

Comments
 (0)