forked from vieter-v/vieter
Failed attempt at fixing memory bug
This commit is contained in:
parent
01d961f68e
commit
f1a17cab22
3 changed files with 51 additions and 40 deletions
|
|
@ -74,7 +74,7 @@ fn (mut app App) put_package() web.Result {
|
|||
}
|
||||
|
||||
added := app.repo.add_from_path(pkg_path) or {
|
||||
app.lerror('Error while adding package.')
|
||||
app.lerror('Error while adding package: $err.msg')
|
||||
|
||||
return app.text('Failed to add package.')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue