Skip to content

Commit

Permalink
web: Make the error message about a missing version seal more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 authored and Dinnerbone committed Oct 27, 2023
1 parent 4109047 commit e770200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function transformManifest(content, env) {
firefoxExtensionId = versionSeal.firefox_extension_id;
} else {
throw new Error(
"Version seal requested but not found. Please run web/packages/core/tools/set_version.js with ENABLE_VERSION_SEAL to generate it.",
"Version seal requested but not found. To generate it, please run web/packages/core/tools/set_version.js using npm in the web directory, with the ENABLE_VERSION_SEAL environment variable set to true.",
);
}
}
Expand Down

0 comments on commit e770200

Please sign in to comment.