term-notify-server/config/log.js

5 lines
126 B
JavaScript
Raw Permalink Normal View History

2016-02-11 16:16:42 +00:00
var fs = require( "fs" );
2020-09-27 00:22:41 +00:00
var w = { "write": process.stdout.write.bind( process.stdout ) };
module.exports = { handler: w };