diff options
author | Martin Stransky <stransky@redhat.com> | 2019-07-25 08:04:59 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-07-25 08:04:59 +0200 |
commit | 30eb43b2b62cc29c01c30e282c075daeaf587b3f (patch) | |
tree | 1603ae664ab5a2fec23b954b4d7e38a8c48dbda5 /node-stdout-nonblocking-wrapper | |
parent | release up + changelog fix (diff) | |
download | librewolf-fedora-ff-30eb43b2b62cc29c01c30e282c075daeaf587b3f.tar.gz librewolf-fedora-ff-30eb43b2b62cc29c01c30e282c075daeaf587b3f.tar.bz2 librewolf-fedora-ff-30eb43b2b62cc29c01c30e282c075daeaf587b3f.zip |
Added node js wrapper to fix koji freezes
Diffstat (limited to 'node-stdout-nonblocking-wrapper')
-rwxr-xr-x | node-stdout-nonblocking-wrapper | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node-stdout-nonblocking-wrapper b/node-stdout-nonblocking-wrapper new file mode 100755 index 0000000..b2814b8 --- /dev/null +++ b/node-stdout-nonblocking-wrapper @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/node "$@" 2>&1 | cat - |