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 8c95634 commit bd97546Copy full SHA for bd97546
packages/php-wasm/node/src/lib/node-fs-mount.ts
@@ -48,7 +48,6 @@ export function createNodeFsMountHandler(localPath: string): MountHandler {
48
lookup = FS.lookupPath(vfsMountPoint);
49
}
50
if (!lookup.node) {
51
- // TODO: Improve error once I understand the limitations.
52
throw new Error('Unable to access the mount point in VFS.');
53
54
FS.mount(FS.filesystems['NODEFS'], { root: localPath }, vfsMountPoint);
0 commit comments