fix check path

This commit is contained in:
Sergey Luzyanin
2025-11-13 16:33:29 +03:00
parent 7e37ad8592
commit e25a2f7942

View File

@ -2296,7 +2296,7 @@ function (window, undefined) {
}
const commands = this.ArrPathCommand;
if (commands.length <= 0) {
if (commands.length <= 1) {
return null;
}
@ -2323,7 +2323,7 @@ function (window, undefined) {
}
const commands = this.ArrPathCommand;
if (commands.length <= 0) {
if (commands.length <= 1) {
return null;
}