Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Fix broken array concat behavior during app relaunch #6368

Merged
merged 1 commit into from
Dec 21, 2016

Conversation

bsclifton
Copy link
Member

@bsclifton bsclifton commented Dec 21, 2016

The + turns it from an array into a string on Windows (new node behavior?). Definitely wrong.

This fix is to help with #5938. Tested on Mac and Windows. Please note: it doesn't fix the issue, but it does correct the wrong behavior

Fixes #6369

Auditors: @bbondy, @bridiver

@bsclifton bsclifton requested review from bridiver and bbondy December 21, 2016 17:53
@bsclifton bsclifton added this to the 0.13.0 milestone Dec 21, 2016
… string on Windows (new node behavior?). Definitely wrong.

This fix is to help with #5938

Fixes #6369

Auditors: @bbondy, @bridiver
@bsclifton bsclifton force-pushed the fix-windows-relaunch branch from 20d24e9 to c2468b9 Compare December 21, 2016 17:58
@bbondy
Copy link
Member

bbondy commented Dec 21, 2016

++

@@ -359,7 +359,6 @@ const setVersionInformation = (data) => {
{name: 'os.platform', version: os.platform()},
{name: 'os.release', version: os.release()},
{name: 'os.arch', version: os.arch()}
// TODO(bsclifton): read the latest commit hash from a file, etc.
Copy link
Member

Choose a reason for hiding this comment

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

💃

@bbondy bbondy merged commit 6a1a43b into master Dec 21, 2016
@bsclifton bsclifton deleted the fix-windows-relaunch branch December 21, 2016 22:14
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.

Relaunch on Windows is flattening the array with args for relaunch
2 participants