mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
💄
This commit is contained in:
@@ -5,7 +5,7 @@ var path = require('path');
|
||||
|
||||
process.chdir(path.dirname(__dirname));
|
||||
|
||||
if (process.platform == 'linux' )
|
||||
if (process.platform == 'linux')
|
||||
throw new Error('cibuild can not run on linux yet!');
|
||||
|
||||
var homeDir = process.platform == 'win32' ? process.env.USERPROFILE : process.env.HOME;
|
||||
|
||||
Reference in New Issue
Block a user