sergeyoleynik
sergeyoleynik
Just in case attaching screen recording: https://github.com/user-attachments/assets/a6802a0d-932d-4b41-b50a-3d93c6e9dd6b
@savetheclocktower Thank you very much, you was right. Everything starts to work as expected after i changed `this.path` to `this.realPath` in [this line](https://github.com/pulsar-edit/pulsar/blob/a2ab1cdff97aa0ef74dfc1bc863ab25763c4e8a4/packages/tree-view/lib/directory.js#L461) in debugger Also there is one more...
@savetheclocktower Yes, i've checked in VS Code just now, it updates Apache log file correctly without any issues 🤷♂️ Unfortunately i'm not so good in programming and i can't even...
@savetheclocktower Thank you. I've tried to listen access.log ```require('pathwatcher').watch('access.log',(e)=>{console.log(e)})``` and nothing happened when Apache wrote to log. When i edit access.log with any text editor, callback function is working. It...