fix: audio set progress error
This commit is contained in:
@@ -73,11 +73,6 @@ const parseAnsi = (input: string, setId: () => number) => {
|
||||
const n = parseInt(match[1], 10) || 1;
|
||||
const m = parseInt(match[2], 10) || 1;
|
||||
const command = match[3];
|
||||
console.log('command', {
|
||||
command,
|
||||
cursorRow,
|
||||
n
|
||||
});
|
||||
|
||||
// handle ANSI control characters
|
||||
switch (command) {
|
||||
|
||||
Reference in New Issue
Block a user