Added changes for review comments

This commit is contained in:
Akshaya M
2020-03-20 16:00:28 +05:30
parent a2be320a3e
commit ad3250b83a
9 changed files with 51 additions and 139 deletions

View File

@@ -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()}`);
}