Remove old comment
This commit is contained in:
parent
7c7d22c0de
commit
a5d2cec8b8
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ export default function getOS(platform: string) {
|
||||||
return 'macOS';
|
return 'macOS';
|
||||||
} else if (platform === 'win32') {
|
} else if (platform === 'win32') {
|
||||||
return 'Windows';
|
return 'Windows';
|
||||||
// throw new Error("Windows is not supported");
|
|
||||||
} else {
|
} else {
|
||||||
throw new Error(`${platform} is not supported`);
|
throw new Error(`${platform} is not supported`);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue