We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ae226 commit a97e8feCopy full SHA for a97e8fe
packages/doxdox-parser-jsdoc/src/index.ts
@@ -107,7 +107,7 @@ export const parseString = async (
107
108
const tempDir = await temp.mkdir({ prefix: 'doxdox-', dir: cacheDir });
109
110
- const tempPath = `${tempDir}/${path}`;
+ const tempPath = join(tempDir, path);
111
112
await fs.mkdir(dirname(tempPath), { recursive: true });
113
0 commit comments