Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit b39a79d

Browse files
committed
Expose all ObjectInspector utils.
This is needed for the debugger to be able to fetch properties on its own.
1 parent 92f1a95 commit b39a79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-reps/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
const { MODE } = require("./reps/constants");
66
const { REPS, getRep } = require("./reps/rep");
77
const ObjectInspector = require("./object-inspector/");
8-
const ObjectInspectorUtils = require("./object-inspector/utils/node");
8+
const ObjectInspectorUtils = require("./object-inspector/utils/");
99

1010
const {
1111
parseURLEncodedText,

0 commit comments

Comments
 (0)