You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported in the WebStorm issue tracker as WEB-32078 when using TSLint with WebStorm.
This is a problem on Windows where it blocks users from saving files.
A project to reproduce the issue in the IDE is attached here.
If you wanted a standalone repro, you could write a simple console app that invokes lastModifiedAmongProjectFiles, break in the debugger after the function completes, and inspect the process handles using procexp or handle.exe.
The text was updated successfully, but these errors were encountered:
Here a file descriptor is opened, but not closed.
Originally reported in the WebStorm issue tracker as WEB-32078 when using TSLint with WebStorm.
This is a problem on Windows where it blocks users from saving files.
A project to reproduce the issue in the IDE is attached here.
If you wanted a standalone repro, you could write a simple console app that invokes
lastModifiedAmongProjectFiles
, break in the debugger after the function completes, and inspect the process handles usingprocexp
orhandle.exe
.The text was updated successfully, but these errors were encountered: