Skip to content

Commit ca18861

Browse files
committed
fix: Don't try to index AppMaps when inspecting
Don't try to invoke "@appland/appmap index" as part of "exe/appmap-inspect". Indexing needs to be invoked separately, which allows the user to pass it the correct arguments (e.g. "--appmap-dir").
1 parent a3e010b commit ca18861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/appmap/command/inspect.rb

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def run
1313

1414
def inspect(arguments)
1515
detect_nodejs
16-
index_appmaps
1716

1817
arguments.unshift 'inspect'
1918
arguments.unshift APPMAP_JS

0 commit comments

Comments
 (0)