Fix misspelling

This commit is contained in:
Sam Carlton 2022-10-03 16:13:03 -05:00
parent de862eb5e0
commit 8bee5ff9d9

View file

@ -8,7 +8,7 @@ const port = 1337
;(async () => {
// Disable on linu(server environments)
// Disable on linux (server environments)
if ( isLinux() ) return
// await scanNewAppsAsBrowser()