Compare commits
No commits in common. "82a06a27e3377a04407d53609e280795ef0293d0" and "36b2f46a96da518d54582441a3267c8c0f8dae42" have entirely different histories.
82a06a27e3
...
36b2f46a96
@ -12,11 +12,3 @@ Build
|
||||
```sh
|
||||
v .
|
||||
```
|
||||
|
||||
|
||||
TODO
|
||||
----
|
||||
|
||||
- [ ] Show local network IP on start
|
||||
- [ ] Show local IP by QR code
|
||||
- [ ] iOS web app
|
||||
|
@ -25,11 +25,7 @@ fn main() {
|
||||
|
||||
os.ensure_folder_is_writable(os.resource_abs_path(save_folder)) or {
|
||||
println('ОШИБКА: Отсутствует директория ${save_folder}')
|
||||
|
||||
os.mkdir(os.resource_abs_path(save_folder)) or {
|
||||
println('ОШИБКА: Невозможно создать директорию ${save_folder}')
|
||||
exit(-1)
|
||||
}
|
||||
exit(-1)
|
||||
}
|
||||
|
||||
vweb.run_at(new_app(), vweb.RunParams{
|
||||
|
Loading…
Reference in New Issue
Block a user