This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Capturing errors always runs apm ls --json --no-color
and renders atom unusable for an amount of time
#103
Labels
Everytime an error dialog is shown:
apm ls --json --no-color
is run producing this profile:It renders atom unusable for about a minute or so (using 100% cpu for handling
apm ls --json --no-color
's output, which is only 10mb)Also clicking the reporting button has no effect until atom finishes this process.
It could be one reason for atom/atom#3426
I tried to find the code that runs
apm ls --json --no-color
, but unsuccessful.Versions
(moved from atom/atom#9856 (comment))
The text was updated successfully, but these errors were encountered: