File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/php-wasm/node/src/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ export async function loadNodeRuntime(
90
90
* in the Emscripten's filesystem and mount the OS directory
91
91
* to the Emscripten filesystem.
92
92
*
93
- * The directory is mounted to the `/internals /symlinks` directory to avoid
93
+ * The directory is mounted to the `/internal /symlinks` directory to avoid
94
94
* conflicts with existing VFS directories.
95
95
* We can set a arbitrary mount path because readlink is the source of truth
96
96
* for the path and Emscripten will accept it as if it was the real link path.
@@ -140,7 +140,7 @@ export async function loadNodeRuntime(
140
140
)
141
141
) ;
142
142
const symlinkPath = joinPaths (
143
- `/internals /symlinks` ,
143
+ `/internal /symlinks` ,
144
144
absoluteSourcePath
145
145
) ;
146
146
if (
You can’t perform that action at this time.
0 commit comments