Skip to content

Commit

Permalink
WIP: frontend error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Aug 22, 2018
1 parent 5ec5723 commit 74e9fef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/PackageService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ export default class PackagesService {
}
}
fulfill(this.packages);
}).catch((error) => {
reject(error);
});
}));
}
Expand Down

0 comments on commit 74e9fef

Please sign in to comment.