Skip to content

Commit

Permalink
Fix a bug in determining if yarn is available
Browse files Browse the repository at this point in the history
Reviewed By: mkonicek

Differential Revision:
D4276707
Ninja: OSS

fbshipit-source-id: 79cb2942f27179681d1a8ebfd3bc5a97f544f7af
  • Loading branch information
Martin Konicek committed Dec 5, 2016
1 parent 9233d85 commit 9b53408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local-cli/util/yarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
'use strict';

const execSync = require('child_process').execSync;
const fs = require('fs');
const path = require('path');
const semver = require('semver');
Expand Down

0 comments on commit 9b53408

Please sign in to comment.