UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

10 lines (8 loc) 216 B
var Stream = require('stream'); module.exports = function (stream, error) { if (stream instanceof Stream && !~stream.listeners('error').indexOf(error)) { stream.on('error', error); } return stream; };