Skip to content

Commit

Permalink
Fix missing sed import (facebook#39964)
Browse files Browse the repository at this point in the history
Summary:

Changelog: [Internal] - Fix missing sed import for Hermes flag fix in facebook@c03d520

ignore-github-export-checks

Reviewed By: cipolleschi

Differential Revision: D50016450
  • Loading branch information
Luna Wei authored and facebook-github-bot committed Oct 6, 2023
1 parent ebd2f67 commit c4667ce
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 c4667ce

Please sign in to comment.