Skip to content

Commit 8874634

Browse files
committed
refactor(shared): remove unused 'dump' and 'tmp' from getMidsceneRunSubDir type
https://claude.ai/code/session_0156MLTCVJLxAUL6rkcQmhkW
1 parent 8195b5e commit 8874634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const getMidsceneRunBaseDir = () => {
4747
* @returns The absolute path to the requested directory
4848
*/
4949
export const getMidsceneRunSubDir = (
50-
subdir: 'dump' | 'cache' | 'report' | 'tmp' | 'log' | 'output' | 'session',
50+
subdir: 'cache' | 'report' | 'log' | 'output' | 'session',
5151
): string => {
5252
if (!ifInNode) {
5353
return '';

0 commit comments

Comments
 (0)