processes() improved command parsing

This commit is contained in:
Sebastian Hildebrandt 2022-06-24 19:04:20 +02:00
parent 28fa676df8
commit 4e667dbde0

View File

@ -594,7 +594,7 @@ function processes(callback) {
command = fullcommand.split(' ')[0];
command = command.replace(/:/g, '');
} else {
if (p4 > 0) {
if (p4 > 0 && p3 > 3) {
command = fullcommand.split(' ')[0];
command = command.replace(/:/g, '');
} else {