dat-ecosystem-archive / gasket

Build cross platform data pipelines [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
191 stars 19 forks source link

loses stderr? #3

Closed mehulkar closed 10 years ago

mehulkar commented 10 years ago

I was attempting to use gasket to start the server and discovered that it doesn't print stack traces. Here's a simplified case where you can see stderr prints are not printed. You can reproduce by using console.error as well.

package.json

{
  "name": "foo",
  "gasket": [
    "echo 'I came through stderr' >/dev/stderr",
    "echo 'I came through stdout"
  ]
}
$ gasket run
=> I came through stdout
mafintosh commented 10 years ago

This is fixed in the latest release :)