mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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 () => {
|
;(async () => {
|
||||||
|
|
||||||
// Disable on linux (server environments)
|
// Disable on linux (server environments)
|
||||||
if ( !runScans && isLinux() ) return
|
if ( !runScans || isLinux() ) return
|
||||||
|
|
||||||
// await scanNewAppsAsBrowser()
|
// await scanNewAppsAsBrowser()
|
||||||
// http://localhost:3000/
|
// http://localhost:3000/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue