mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
573ec5b022
This has been unused since cbc3ef64ce
.
Refs: https://github.com/nodejs/node/pull/23053
PR-URL: https://github.com/nodejs/node/pull/25641
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
5 lines
59 B
JavaScript
5 lines
59 B
JavaScript
'use strict';
|
|
require('../common');
|
|
|
|
process.stdout.end();
|