58be0e5f7e
This reverts commit de610ad3f3
.
We will need this for RHEL 10 Flatpaks
Related: RHEL-24330
3 lines
47 B
Bash
Executable File
3 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
exec /usr/bin/node "$@" 2>&1 | cat -
|