Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Add debug command #730

Merged
merged 1 commit into from
Oct 10, 2016
Merged

Add debug command #730

merged 1 commit into from
Oct 10, 2016

Conversation

IanVS
Copy link
Member

@IanVS IanVS commented Oct 8, 2016

This is a second try at #725, which was reverted in order to merge a PR by a community member. I rebased the code from that other PR, and am now pushing it up with a new commit.

This is a rebase and re-commit of 2310e86,
which was reverted in 6cd62e8.
@@ -49,7 +49,7 @@ function spawnWorker() {
}

function showError(givenMessage) {
var givenDetail = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
var givenDetail = arguments.length <= 1 || arguments[1] === undefined ? null : arguments[1];
Copy link
Member

Choose a reason for hiding this comment

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

I wish babel would make up its mind here... it keeps swapping the logic around.

Copy link
Member

@Arcanemagus Arcanemagus left a comment

Choose a reason for hiding this comment

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

LGTM!

@Arcanemagus Arcanemagus merged commit b7884bd into master Oct 10, 2016
@Arcanemagus Arcanemagus deleted the add-debug-command branch October 10, 2016 16:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants