diff options
Diffstat (limited to 'cli/tools')
-rw-r--r-- | cli/tools/repl/editor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/repl/editor.rs b/cli/tools/repl/editor.rs index e1cda21e1..e12b9314b 100644 --- a/cli/tools/repl/editor.rs +++ b/cli/tools/repl/editor.rs @@ -109,7 +109,7 @@ impl EditorHelper { own_properties: None, accessor_properties_only: None, generate_preview: None, - non_indexed_properties_only: None, + non_indexed_properties_only: Some(true), }), ) .ok()?; |