mirror of
https://github.com/zoriya/flood.git
synced 2025-12-19 21:55:15 +00:00
Add move torrents option to context menu
This commit is contained in:
@@ -4,12 +4,13 @@ export default class BaseStore extends EventEmitter {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.dispatcherID = null;
|
||||
this.on('uncaughtException', this.handleError);
|
||||
this.setMaxListeners(20);
|
||||
}
|
||||
|
||||
handleError(error) {
|
||||
console.error(error);
|
||||
console.trace(error);
|
||||
}
|
||||
|
||||
listen(event, callback) {
|
||||
|
||||
Reference in New Issue
Block a user