summaryrefslogtreecommitdiff
path: root/deps/npm/lib/commands/query.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/commands/query.js')
-rw-r--r--deps/npm/lib/commands/query.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/lib/commands/query.js b/deps/npm/lib/commands/query.js
index 371fddef9b..60294acaf4 100644
--- a/deps/npm/lib/commands/query.js
+++ b/deps/npm/lib/commands/query.js
@@ -58,6 +58,7 @@ class Query extends BaseCommand {
const opts = {
...this.npm.flatOptions,
path: where,
+ forceActual: true,
}
const arb = new Arborist(opts)
const tree = await arb.loadActual(opts)