Fix a bug in determining if yarn is available

Reviewed By: mkonicek

Differential Revision:
D4276707
Ninja: OSS

fbshipit-source-id: 79cb2942f27179681d1a8ebfd3bc5a97f544f7af
This commit is contained in:
Martin Konicek 2016-12-05 06:11:39 -08:00
parent 9233d85ec5
commit 9b534082ca
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
*/
'use strict';
const execSync = require('child_process').execSync;
const fs = require('fs');
const path = require('path');
const semver = require('semver');