Skip to content

Commit 716f2f5

Browse files
authored
Note to update GetClrDbg.sh in MIEngine. (#751)
* Note to update GetClrDbg.sh in MIEngine.
1 parent 471c863 commit 716f2f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export function getCurrentPlatform() {
3030
else if (process.platform === 'linux') {
3131
// Get the text of /etc/os-release to discover which Linux distribution we're running on.
3232
// For details: https://www.freedesktop.org/software/systemd/man/os-release.html
33+
// When any new distro or version is added, please update GetClrDbg.sh in MIEngine or inform the contributers of MIEngine.
3334
const text = child_process.execSync('cat /etc/os-release').toString();
3435
const lines = text.split('\n');
3536

0 commit comments

Comments
 (0)