Skip to content

Commit

Permalink
Fix #1488
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Oct 7, 2021
1 parent 8a9ae84 commit 7711342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-raw/node-package-json-reader.js
Expand Up @@ -5,6 +5,7 @@ const { SafeMap } = require('./node-primordials');
const { internalModuleReadJSON } = require('./node-internal-fs');
const { pathToFileURL } = require('url');
const { toNamespacedPath } = require('path');
// const { getOptionValue } = require('./node-options');

const cache = new SafeMap();

Expand All @@ -23,7 +24,6 @@ function read(jsonPath) {
toNamespacedPath(jsonPath)
);
const result = { string, containsKeys };
const { getOptionValue } = require('./node-options');
if (string !== undefined) {
if (manifest === undefined) {
// manifest = getOptionValue('--experimental-policy') ?
Expand Down

0 comments on commit 7711342

Please sign in to comment.