X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=node_modules%2Fphridge%2Flib%2Fconfig.js;fp=node_modules%2Fphridge%2Flib%2Fconfig.js;h=5aa1d358b267f3335d2b995186c560f55fbcbb4b;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/node_modules/phridge/lib/config.js b/node_modules/phridge/lib/config.js new file mode 100644 index 000000000..5aa1d358b --- /dev/null +++ b/node_modules/phridge/lib/config.js @@ -0,0 +1,19 @@ +"use strict"; + +module.exports = { + /** + * A writable stream where phridge will pipe PhantomJS' stdout messages. + * + * @type {stream.Writable} + * @default process.stdout + */ + stdout: process.stdout, + + /** + * A writable stream where phridge will pipe PhantomJS' stderr messages. + * + * @type {stream.Writable} + * @default process.stderr + */ + stderr: process.stderr +}; \ No newline at end of file