Skip to content
Snippets Groups Projects
Commit d64525ce authored by ali asaria's avatar ali asaria
Browse files

move the local server log out of src because src is deleted and recreated during install

parent bf6a3c94
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ export async function getTransformerLabCodeDir() { ...@@ -44,7 +44,7 @@ export async function getTransformerLabCodeDir() {
} }
export async function getLogFilePath() { export async function getLogFilePath() {
return path.join(await getTransformerLabCodeDir(), 'local_server.log'); return path.join(await getTransformerLabRootDir(), 'local_server.log');
} }
export function resolveHtmlPath(htmlFileName: string) { export function resolveHtmlPath(htmlFileName: string) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment