getappmap / appmap-js

Client libraries for AppMap
49 stars 17 forks source link

`glob` fails to read a file or directory and causes the indexer to exit with error code 1 #880

Closed dustinbyrne closed 1 year ago

dustinbyrne commented 2 years ago
Error: EPERM: operation not permitted, scandir 'C:\dev\myproject'
Emitted 'error' event on Glob instance at:
at Glob._readdirError (globalStorage\appland.appmap\node_modules\glob\glob.js:610:14)
at globalStorage\appland.appmap\node_modules\glob\glob.js:553:12
at FSReqCallback.oncomplete (node:fs:188:23) {
errno: -4048,
code: 'EPERM',
syscall: 'scandir',
path: 'C:\\dev\\myproject'
}
appland-release commented 1 year ago

:tada: This issue has been resolved in version @appland/appmap-v3.52.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: