Home
last modified time | relevance | path

Searched defs:runningProcess (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A Dport.ts55 const runningProcess = isRestrictedPort(port) ? null : getRunningProcess(port); constant
94 const runningProcess = isRestricted ? null : getRunningProcess(defaultPort); constant