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