1
0
Fork 0
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:
Cameron Taylor 2024-08-21 16:39:34 -04:00
parent e1d8e758bb
commit 5756eff7cf

View file

@ -280,8 +280,6 @@ class CrashHandler
'ERROR ON QUERY RENDER METHOD: ${e}';
}
if (outputStr == null) outputStr = 'UNKNOWN';
return outputStr;
}
}