Skip to content

Commit 8efb2de

Browse files
Hweinstockjustinmk3
authored andcommitted
fix: avoid deprecated attribute path
1 parent 53084ad commit 8efb2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/server-interface/workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ interface Dirent {
55
isFile(): boolean
66
isDirectory(): boolean
77
name: string
8-
path: string
8+
parentPath: string
99
}
1010

1111
/**

0 commit comments

Comments
 (0)