mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
Added changes for review comments
This commit is contained in:
@@ -26,8 +26,7 @@ class Utils {
|
||||
break;
|
||||
case "macos":
|
||||
case "darwin":
|
||||
// TODO: add modulepath
|
||||
break;
|
||||
throw new Error(`OS not supported`);
|
||||
default:
|
||||
throw new Error(`Unknown os: ${runner.toLowerCase()}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user