Skip to content

Commit 9b53408

Browse files
author
Martin Konicek
committed
Fix a bug in determining if yarn is available
Reviewed By: mkonicek Differential Revision: D4276707 Ninja: OSS fbshipit-source-id: 79cb2942f27179681d1a8ebfd3bc5a97f544f7af
1 parent 9233d85 commit 9b53408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

local-cli/util/yarn.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*/
99
'use strict';
1010

11+
const execSync = require('child_process').execSync;
1112
const fs = require('fs');
1213
const path = require('path');
1314
const semver = require('semver');

0 commit comments

Comments
 (0)