mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix condition
This commit is contained in:
parent
4a7c613dca
commit
74926f1cd4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const runScans = false
|
|||
;(async () => {
|
||||
|
||||
// Disable on linux (server environments)
|
||||
if ( runScans && isLinux() ) return
|
||||
if ( !runScans && isLinux() ) return
|
||||
|
||||
// await scanNewAppsAsBrowser()
|
||||
// http://localhost:3000/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue