Skip to content

Get rid of common.platform in favor of process.platform #670

@nfischer

Description

@nfischer

We have inconsistent use of common.platform vs. process.platform throughout our codebase. These two serve the same purpose, but need to be used slightly differently (one returns win32 and the other returns win). This is confusing, and might lead to hard-to-catch mistakes. Let's just use process.platform instead for simplicity.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions