Skip to content

fix: devtools build-and-test script fixes#36280

Open
geetexe wants to merge 1 commit intofacebook:mainfrom
geetexe:fix/devtools-build-and-test-script
Open

fix: devtools build-and-test script fixes#36280
geetexe wants to merge 1 commit intofacebook:mainfrom
geetexe:fix/devtools-build-and-test-script

Conversation

@geetexe
Copy link
Copy Markdown

@geetexe geetexe commented Apr 15, 2026

Summary

  1. Fixed a grammatical error: "Extensions have been build" -> "Extensions have been built"
  2. Fixed an incorrect comment label: "# Firefox Chrome extension" -> "# Test Firefox extension"
  3. Added an error handler to main() so that unhandled rejections exit with a clear error message instead of crashing silently

How did you test this change?

These are non-functional changes (typo/grammar fixes and error handling).
The first two have no runtime impact.
The third one adds a .catch() handler to the main() call, which is a standard Node.js practice for async entry points.

@meta-cla meta-cla bot added the CLA Signed label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant