Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
debug ci, github api cannot past test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
antiwinter committed Sep 16, 2019
1 parent cddbcdc commit 9bf90c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![npm](https://img.shields.io/npm/l/wowa.svg)](https://github.com/antiwinter/wowa/blob/master/LICENSE)
[![install size](https://packagephobia.now.sh/badge?p=wowa)](https://packagephobia.now.sh/result?p=wowa)

**Recent important updates**
**Recent Notice**

- Now `ls` only prints short message, if you want detailed message, use `wowa ls -l`
- Add support for [TukUI](https://tukui.org). `wowa add 0-tukui`, `wowa search tukui:elvui`
Expand Down
5 changes: 3 additions & 2 deletions source/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ let api = {
let h = ad.branch
? ok.repos.getBranch({ owner, repo, branch: ad.branch })
: ok.repos.listTags({ owner, repo })
h.then(({ data }) => {
// log('got dat', JSON.stringify(data, null, 2))
h.then(err => {
log('got dat', JSON.stringify(err, null, 2))
let data = err.data
let d = {
name: repo,
owner,
Expand Down

0 comments on commit 9bf90c9

Please sign in to comment.