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 @@ -95,7 +95,7 @@ export async function loadNodeRuntime(
95
95
* in the Emscripten's filesystem and mount the OS directory
96
96
* to the Emscripten filesystem.
97
97
*
98
- * The directory is mounted to the `/internals /symlinks` directory to avoid
98
+ * The directory is mounted to the `/internal /symlinks` directory to avoid
99
99
* conflicts with existing VFS directories.
100
100
* We can set a arbitrary mount path because readlink is the source of truth
101
101
* for the path and Emscripten will accept it as if it was the real link path.
@@ -111,7 +111,7 @@ export async function loadNodeRuntime(
111
111
)
112
112
) ;
113
113
const symlinkPath = joinPaths (
114
- `/internals /symlinks` ,
114
+ `/internal /symlinks` ,
115
115
absoluteSourcePath
116
116
) ;
117
117
if (
You can’t perform that action at this time.
0 commit comments