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
Move lockfile service to common and lock operation for writing user settings file
Add new lockfile service (use lockfile npm package) and lock all operations for reading/writing user-settings.json.
These operations may be executed in different processes, so they must be synced between them.
Clean obsolete code for lockfile in services that do not longer use it.
Ensure failures in eqatec analytics will not prevent tracking in google analytics by try-catching execution in broker service.
0 commit comments