Fixed error message when launching adhoc command

This commit is contained in:
mabashian 2017-10-17 14:42:24 -04:00
parent 3d12e040ed
commit b402d9ba6d
No known key found for this signature in database
GPG Key ID: 436B8D5EDC704CE3

View File

@ -93,7 +93,7 @@
}
})
.error(function (data, status) {
ProcessErrors(scope, data, status, {
ProcessErrors(scope, data, status, null, {
hdr: 'Error!',
msg: 'Failed to launch adhoc command. POST ' +
'returned status: ' + status });