up version to 0.0.11

This commit is contained in:
2018-05-07 17:02:16 +03:00
parent d3f8f4940c
commit 331d687f66
5 changed files with 17 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ class Haxe extends Sdk {
this.activate();
let promise = this.haxelib(['setup', path.join(this.path, 'lib')]);
const next = (args) => () => {
this.log.i('_haxelib_ _install_ *%s*', args[1]);
this.log.i('_haxelib_ _install_ *%s:%s*', args[1], args[2]);
return this.haxelib(args);
};