mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-04-07 06:59:54 +00:00
fix: build
This commit is contained in:
@@ -175,10 +175,12 @@ export class Logger {
|
||||
|
||||
// Fallback to log everything, or not exiting
|
||||
switch (level) {
|
||||
case 'LOG':
|
||||
case 'LOG': {
|
||||
return Logger.logLevelSum;
|
||||
case 'EXIT':
|
||||
}
|
||||
case 'EXIT': {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user