Skip to content

Commit bd97546

Browse files
committed
Remove TODO
1 parent 8c95634 commit bd97546

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/php-wasm/node/src/lib/node-fs-mount.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export function createNodeFsMountHandler(localPath: string): MountHandler {
4848
lookup = FS.lookupPath(vfsMountPoint);
4949
}
5050
if (!lookup.node) {
51-
// TODO: Improve error once I understand the limitations.
5251
throw new Error('Unable to access the mount point in VFS.');
5352
}
5453
FS.mount(FS.filesystems['NODEFS'], { root: localPath }, vfsMountPoint);

0 commit comments

Comments
 (0)