edge-sql icon indicating copy to clipboard operation
edge-sql copied to clipboard

New windows opened when SQL is executed

Open Earl-Brown opened this issue 8 years ago • 0 comments

I have a project which uses Edge-SQL quite successfully, but if I launch my edge-sql script in the background (bash: "node myapp.js &"), whenever the SQL code is executed on my windows machine, a new (presumably DOS) window pops up for just a moment.

It's a bit annoying that it flickers on my screen, but the more irritating issue is that it steals keystrokes. (If I'm typing rapid-fire at the moment the window pops up, all of the keys I hit while the window is open are not sent to my editor.)

This also happens if I run my process using PM2 (http://pm2.keymetrics.io/)

Has anyone else seen something like this? Any suggestions for how to at least make those windows open minimized and not capture focus?

Thanks!

Earl-Brown avatar Apr 20 '16 17:04 Earl-Brown