edge-sql
edge-sql copied to clipboard
New windows opened when SQL is executed
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!