mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00

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>
4 lines
59 B
JavaScript
4 lines
59 B
JavaScript
'use strict';
|
|
require('../common');
|
|
|
|
process.stdout.end();
|