Skip to content

Fixed #307 Surge List not working - #319

Open
mica-eu wants to merge 1 commit into
sintaxi:masterfrom
mica-eu:fix_list
Open

Fixed #307 Surge List not working#319
mica-eu wants to merge 1 commit into
sintaxi:masterfrom
mica-eu:fix_list

Conversation

@mica-eu

@mica-eu mica-eu commented Apr 10, 2018

Copy link
Copy Markdown

No description provided.

@nolith

nolith commented Oct 31, 2018

Copy link
Copy Markdown

Thank you, same problem on macOS.

Comment thread lib/middleware/list.js
Comment on lines +45 to +46
project.timeAgoInWords ? (project.timeAgoInWords).gray : "",
project.cmd ? (project.cmd).gray : "",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"gray --> grey" seems to be a typo

Suggested change
project.timeAgoInWords ? (project.timeAgoInWords).gray : "",
project.cmd ? (project.cmd).gray : "",
project.timeAgoInWords ? (project.timeAgoInWords).grey : "",
project.cmd ? (project.cmd).grey : "",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants