mirror of
https://github.com/actions/labeler
synced 2026-05-11 03:51:15 +02:00
build
This commit is contained in:
2
node_modules/prompts/lib/util/clear.js
generated
vendored
2
node_modules/prompts/lib/util/clear.js
generated
vendored
@@ -14,5 +14,5 @@ module.exports = function(prompt, perLine = process.stdout.columns) {
|
||||
rows += 1 + Math.floor(Math.max(width(line) - 1, 0) / perLine);
|
||||
}
|
||||
|
||||
return (erase.line + cursor.prevLine()).repeat(rows - 1) + erase.line + cursor.to(0);
|
||||
return erase.lines(rows);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user