Update lbry.reportBug() to use new report_bug daemon method
This commit is contained in:
parent
0ccc8ca809
commit
ff61fbbf7a
1 changed files with 1 additions and 4 deletions
|
@ -386,10 +386,7 @@ lbry.getSessionInfo = function(callback) {
|
|||
}
|
||||
|
||||
lbry.reportBug = function(message, callback) {
|
||||
lbry.call('upload_log', {
|
||||
name_prefix: 'report',
|
||||
exclude_previous: false,
|
||||
force: true,
|
||||
lbry.call('report_bug', {
|
||||
message: message
|
||||
}, callback);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue