We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deno has an compile option --no-terminal (which should work on win, but it doesn't).
github isue #21091
So i tried :
import { GetConsoleWindow } from 'https://win32.deno.dev/0.4.1/System.Console'; import { SW_HIDE, ShowWindow, } from 'https://win32.deno.dev/0.4.1/UI.WindowsAndMessaging'; function hideConsole() { ShowWindow(GetConsoleWindow(), SW_HIDE); } console.log('before'); setInterval(() => console.log('after'), 5000); hideConsole();
Console is still open.
`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Deno has an compile option --no-terminal (which should work on win, but it doesn't).
github isue #21091
So i tried :
Console is still open.
`
The text was updated successfully, but these errors were encountered: