LSlang :: generate_lang_file : return boolean instead of exit

This commit is contained in:
Benjamin Renard 2020-05-06 19:57:14 +02:00
parent 03255e41f4
commit 1cb2c47bfb

View file

@ -823,8 +823,7 @@ function cli_generate_lang_file($command_args) {
fclose($fd);
}
exit(0);
return true;
}
LScli :: add_command(
'generate_lang_file',