add error handling

This commit is contained in:
Sebastian Hugentobler 2017-03-20 13:14:49 +01:00
parent 65692ec481
commit 5ce0b953cb
8 changed files with 886 additions and 171 deletions

12
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "lldb-mi",
"request": "launch",
"target": "./target/debug/gog-backup",
"cwd": "${workspaceRoot}"
}
]
}