diff --git a/packages/react-dev-utils/clearConsole.js b/packages/react-dev-utils/clearConsole.js index e37af6554..cfd101551 100644 --- a/packages/react-dev-utils/clearConsole.js +++ b/packages/react-dev-utils/clearConsole.js @@ -7,12 +7,8 @@ * of patent rights can be found in the PATENTS file in the same directory. */ -var isFirstClear = true; function clearConsole() { - // On first run, clear completely so it doesn't show half screen on Windows. - // On next runs, use a different sequence that properly scrolls back. - process.stdout.write(isFirstClear ? '\x1bc' : '\x1b[2J\x1b[0f'); - isFirstClear = false; + process.stdout.write(process.platform === 'win32' ? '\x1Bc' : '\x1B[2J\x1B[3J\x1B[H'); } module.exports = clearConsole; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy