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
returncreateStringError(EC, "failed to create unique file " +
192
-
UniqueLockFileName);// LockFileName still does not exist.
190
+
UniqueLockFileName);
193
191
194
192
// Write our process ID to our unique lock file.
195
193
{
196
194
SmallString<256> HostID;
197
195
if (auto EC = getHostID(HostID))
198
-
returncreateStringError(EC, "failed to get host id");// LockFileName still does not exist. We may leave behind UniqueLockFileName though, this that in a follow-up.
196
+
returncreateStringError(EC, "failed to get host id");
0 commit comments