Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mas build #214

Merged
merged 1 commit into from
Nov 28, 2019
Merged

Fix mas build #214

merged 1 commit into from
Nov 28, 2019

Conversation

wojtkowiak
Copy link
Owner

No description provided.

@wojtkowiak wojtkowiak force-pushed the v2.0.1 branch 2 times, most recently from 8642750 to cf9799b Compare December 21, 2018 12:39
@codecov-io
Copy link

codecov-io commented Dec 21, 2018

Codecov Report

Merging #214 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #214   +/-   ##
=======================================
  Coverage   58.63%   58.63%           
=======================================
  Files          20       20           
  Lines        1494     1494           
=======================================
  Hits          876      876           
  Misses        618      618

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e4f21b...33c6b19. Read the comment docs.

this.platforms = this.platforms
.filter(platform => platform !== context.electronPlatformName);
if (this.platforms.length !== 0) {
return Promise.resovle();

Choose a reason for hiding this comment

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

Suggested change
return Promise.resovle();
return Promise.resolve();

😉

@wojtkowiak wojtkowiak merged commit 33c6b19 into master Nov 28, 2019
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.

3 participants