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
(More of a detail than an issue with pmgo, but I spent some time debugging a bug that was caused by this so I'm hoping that noting it down here can help other people later.)
Child processes that the pmgo daemon manages have the same working directory as the pmgo process. This means the working directory is not the project folder, so relative file paths can break.
To get around this, you can change the working directory:
(More of a detail than an issue with
pmgo
, but I spent some time debugging a bug that was caused by this so I'm hoping that noting it down here can help other people later.)Child processes that the
pmgo
daemon manages have the same working directory as thepmgo
process. This means the working directory is not the project folder, so relative file paths can break.To get around this, you can change the working directory:
The text was updated successfully, but these errors were encountered: