Skip to content

Commit da2f0ee

Browse files
committed
also log missing id cases microsoft#16151
1 parent 9554aa4 commit da2f0ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/base/node/id.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const mac = new class {
3333
}
3434
}
3535
}
36+
this._value = `missing-${uuid.generateUuid()}`;
3637
}
3738
};
3839

0 commit comments

Comments
 (0)