[fix] idel duration

This commit is contained in:
kwaroran
2023-08-04 17:28:27 +09:00
parent 418ea31664
commit e37ec7e47c

View File

@@ -522,8 +522,8 @@ const matcher = (p1:string,matcherArg:matcherArg) => {
minutes = minutes % 60
//output, like 1:30:00
return hours.toString() + ':' + minutes.toString().padStart(2,'0') + ':' + seconds.toString().padStart(2,'0')
}
}
const arra = p1.split("::")
if(arra.length > 1){