update check save directory logic
This commit is contained in:
parent
36b2f46a96
commit
3705fa1e1a
@ -25,7 +25,11 @@ fn main() {
|
||||
|
||||
os.ensure_folder_is_writable(os.resource_abs_path(save_folder)) or {
|
||||
println('ОШИБКА: Отсутствует директория ${save_folder}')
|
||||
exit(-1)
|
||||
|
||||
os.mkdir(os.resource_abs_path(save_folder)) or {
|
||||
println('ОШИБКА: Невозможно создать директорию ${save_folder}')
|
||||
exit(-1)
|
||||
}
|
||||
}
|
||||
|
||||
vweb.run_at(new_app(), vweb.RunParams{
|
||||
|
Loading…
Reference in New Issue
Block a user