Skip to content

Commit

Permalink
Fix missing sed import
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal] - Fix missing sed import for Hermes flag fix in D49831355

Reviewed By: cipolleschi

Differential Revision: D50016450

fbshipit-source-id: e7cb6e24d962b85ddd465ec4f6dff1d3f5c3f141
  • Loading branch information
lunaleaps authored and facebook-github-bot committed Oct 6, 2023
1 parent ebd2f67 commit 3996cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-e2e-local.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* and to make it more accessible for other devs to play around with.
*/

const {exec, pushd, popd, pwd, cd} = require('shelljs');
const {exec, pushd, popd, pwd, cd, sed} = require('shelljs');
const updateTemplatePackage = require('./update-template-package');
const yargs = require('yargs');
const path = require('path');
Expand Down

0 comments on commit 3996cf3

Please sign in to comment.