mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-01 01:39:44 -04:00
dont need null check, we just need to declare string type
This commit is contained in:
parent
e1d8e758bb
commit
5756eff7cf
1 changed files with 0 additions and 2 deletions
|
@ -280,8 +280,6 @@ class CrashHandler
|
|||
'ERROR ON QUERY RENDER METHOD: ${e}';
|
||||
}
|
||||
|
||||
if (outputStr == null) outputStr = 'UNKNOWN';
|
||||
|
||||
return outputStr;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue