mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix operator
This commit is contained in:
parent
74926f1cd4
commit
da3cf5c6ab
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