Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudOrc/SolidUI
/ exitProcess
Function
exitProcess
solidui-web/scripts/utils.js:25–28 ·
view source on GitHub ↗
* exit process * @param {*} message
(message)
Source
from the content-addressed store, hash-verified
23
* @param {*} message
24
*/
25
function
exitProcess(message) {
26
Logger.logError(
new
Error(message));
27
process.exit(1)
28
}
29
30
/**
31
* command resolve
Callers
4
loadEnvFile
Function · 0.85
preCheck
Function · 0.85
getWebpackConfig
Function · 0.85
constructor
Method · 0.85
Calls
1
logError
Method · 0.80
Tested by
no test coverage detected