mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Log port
This commit is contained in:
parent
f8ab305688
commit
b555e7411d
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ const port = 1337
|
|||
|
||||
;(async () => {
|
||||
|
||||
console.log( 'Scan Process Port:', process.env.PORT )
|
||||
|
||||
// Disable on linux (server environments)
|
||||
if ( isLinux() ) return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue