MXS-1300: Take the refactored core into use
The refactored maxctrl function is now in use.
This commit is contained in:
@ -23,4 +23,12 @@ if (process.argv[0] == process.execPath) {
|
||||
}
|
||||
|
||||
maxctrl.execute(process.argv)
|
||||
.then(function(out) {}, function(out) {})
|
||||
.then(function(out) {
|
||||
if (out) {
|
||||
console.log(out)
|
||||
}
|
||||
}, function(out) {
|
||||
if (out) {
|
||||
console.log(out)
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user