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 breaking argv change in Chromium 89.0.4389.86 #279

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Custard7
Copy link

We take a dependency on Winston, which takes a dependency on colors.js. This morning our dev team upgraded to Chromium 89.0.4389.86, which does not guarantee that process has an argv field, causing site-breaking changes to projects that take dependency on colors.

Process Error

This updates so if there is no argv, it resorts to an empty array (alternate behavior may be desired).

`process` does not have guaranteed value in Chromium 89.0.4389.86, causing site-breaking changes to projects that take dependency on colors
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.

1 participant