You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although empty file is rendered as empty as there is no <?php starting token, CLI should warn the user when the input file is empty, as executing empty entry file is normally not helpful. This will help the user to understand the issue better, not only because of broken FS/lock, but also when the user emptied the entry file by a mistake.
The text was updated successfully, but these errors were encountered:
Description
Currently, CLI exists with zero exit code and no warning when the input file is empty.
This was discovered in #18272.
Although empty file is rendered as empty as there is no
<?php
starting token, CLI should warn the user when the input file is empty, as executing empty entry file is normally not helpful. This will help the user to understand the issue better, not only because of broken FS/lock, but also when the user emptied the entry file by a mistake.The text was updated successfully, but these errors were encountered: