mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
build/generate-registry-annotations.php: write to stderr on error
This commit is contained in:
parent
2b61c025c2
commit
c553f7cf06
@ -39,7 +39,8 @@ use function substr;
|
|||||||
use const SORT_STRING;
|
use const SORT_STRING;
|
||||||
|
|
||||||
if(count($argv) !== 2){
|
if(count($argv) !== 2){
|
||||||
die("Provide a path to process");
|
fwrite(STDERR, "Provide a path to process\n");
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user