1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/stdout-stream/test/fixtures/end.js

8 lines
137 B
JavaScript
Raw Normal View History

2023-12-18 13:12:25 +08:00
var stdout = require('../../');
stdout.write('stdout');
stdout.end(function() {
setTimeout(function() {
process.exit(0);
}, 10);
});