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.