processes() improved command parsing
This commit is contained in:
parent
fdcf9c707e
commit
28fa676df8
@ -596,6 +596,7 @@ function processes(callback) {
|
||||
} else {
|
||||
if (p4 > 0) {
|
||||
command = fullcommand.split(' ')[0];
|
||||
command = command.replace(/:/g, '');
|
||||
} else {
|
||||
// try to figure out where parameter starts
|
||||
let firstParamPos = fullcommand.indexOf(' -');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user