Your IP : 216.73.216.79


Current Path : /var/www/html/blupointz/node_modules/stdout-stream/test/fixtures/
Upload File :
Current File : /var/www/html/blupointz/node_modules/stdout-stream/test/fixtures/end.js

var stdout = require('../../');

stdout.write('stdout');
stdout.end(function() {
	setTimeout(function() {
		process.exit(0);
	}, 10);
});