You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent a warning in ruby-wasm-emscripten/build-package.sh
The PATH environment variable introduced emsdk has a directory named
`node`, which caused the following error:
```
./build-package.sh: line 22: /home/runner/work/emirb/emirb/emsdk/node: Is a directory
./build-package.sh: line 23: [: : integer expression expected
```
This change checks the version of "$dir/node" only when it is a file,
not a directory.
0 commit comments