mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
e0ab8dd637
Fixes: https://github.com/nodejs/node/issues/43581 PR-URL: https://github.com/nodejs/node/pull/43627 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
'use strict'
|
|
const common = require('../common');
|
|
common.skipIfInspectorDisabled();
|
|
|
|
delete process.config;
|
|
process.config = {};
|