Open MaxKoll opened 3 years ago
The unresolved promise returned by file_exists() is used in expressions, which is meaningless as promises are truthy. Use the resolved promise value instead.
The unresolved promise returned by file_exists() is used in expressions, which is meaningless as promises are truthy. Use the resolved promise value instead.