Skip to content

Commit 7fa179c

Browse files
Update packages/php-wasm/compile/php/Dockerfile
Co-authored-by: Brandon Payton <[email protected]>
1 parent 9dd8ea4 commit 7fa179c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/php-wasm/compile/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ RUN set -euxo pipefail; \
21822182
# stream.stream_ops is sometimes undefined and the check fails. Let's adjust it to
21832183
# tolerate a null stream.stream_ops value.
21842184
/root/replace.sh "s/if\s*\(stream\.stream_ops\.poll\)/if (stream.stream_ops?.poll)/g" /root/output/php.js; \
2185-
# Emscriptend allows only directories to be mounted, but in Playground we support mounting files, directories, and symlinks.
2185+
# Emscripten allows only directories to be mounted, but in Playground we support mounting files, directories, and symlinks.
21862186
# For file mounting to work, we need to remove the directory check.
21872187
/root/replace-across-lines.sh 's/(\s+)if\s*\(\s*!FS\.isDir\(node\.mode\)\s*\)\s*\{\s+throw\s+new\s+FS\.ErrnoError\(54\)\s*;\s+\}(\s+)/$1$2/s' /root/output/php.js; \
21882188
# Make Emscripten websockets configurable

0 commit comments

Comments
 (0)