Skip to content

Commit 47760c5

Browse files
committed
fix: id2path import
1 parent 55ce218 commit 47760c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/puterfs/fsentries/FSEntryController.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ const { PuterPath } = extension.import('fs');
1111

1212
const { Context } = extension.import('core');
1313

14+
const { id2path } = extension.import('core').util.helpers;
15+
1416
const {
1517
RootNodeSelector,
1618
NodeChildSelector,

0 commit comments

Comments
 (0)