We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea4d81 commit f3d4344Copy full SHA for f3d4344
src/HaxeManager.hx
@@ -51,6 +51,7 @@ class HaxeManager {
51
var v = args.shift();
52
if (v == "rc") v = LixTools.getRc();
53
final path = Utils.find(v);
54
+ if (path == null) throw 'Version $v is not installed';
55
Utils.runHaxe(path, args);
56
57
// Internal commands
0 commit comments