mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-23 13:48:23 +00:00
dont need null check, we just need to declare string type
This commit is contained in:
parent
e1d8e758bb
commit
5756eff7cf
|
@ -280,8 +280,6 @@ class CrashHandler
|
|||
'ERROR ON QUERY RENDER METHOD: ${e}';
|
||||
}
|
||||
|
||||
if (outputStr == null) outputStr = 'UNKNOWN';
|
||||
|
||||
return outputStr;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue