[project] archives packers update
This commit is contained in:
@@ -71,10 +71,12 @@ class Haxe extends Sdk {
|
||||
}
|
||||
|
||||
haxe(args) {
|
||||
this.activate();
|
||||
return exec('.', [this.haxeBin].concat(args).join(' '));
|
||||
}
|
||||
|
||||
haxelib(args) {
|
||||
this.activate();
|
||||
return exec('.', [this.haxelibBin].concat(args).join(' '));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user