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';
|
||||
} else if (platform === 'win32') {
|
||||
return 'Windows';
|
||||
// throw new Error("Windows is not supported");
|
||||
} else {
|
||||
throw new Error(`${platform} is not supported`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue