Skip to content

Commit d003c4f

Browse files
committed
Fix typo: /internals/ to /internal/
1 parent 26a6795 commit d003c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/php-wasm/node/src/lib/load-runtime.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export async function loadNodeRuntime(
9090
* in the Emscripten's filesystem and mount the OS directory
9191
* to the Emscripten filesystem.
9292
*
93-
* The directory is mounted to the `/internals/symlinks` directory to avoid
93+
* The directory is mounted to the `/internal/symlinks` directory to avoid
9494
* conflicts with existing VFS directories.
9595
* We can set a arbitrary mount path because readlink is the source of truth
9696
* for the path and Emscripten will accept it as if it was the real link path.
@@ -140,7 +140,7 @@ export async function loadNodeRuntime(
140140
)
141141
);
142142
const symlinkPath = joinPaths(
143-
`/internals/symlinks`,
143+
`/internal/symlinks`,
144144
absoluteSourcePath
145145
);
146146
if (

0 commit comments

Comments
 (0)