We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a423cb4 commit 0e4addbCopy full SHA for 0e4addb
1 file changed
packages/compartment-mapper/src/map-parser.js
@@ -240,7 +240,7 @@ const makeAsyncExtensionParser = (
240
));
241
} catch (err) {
242
throw Error(
243
- `Error transforming ${q(language)} source in ${q(location)}: ${err.message}`,
+ `Error transforming ${q(language)} source in ${q(location)}: ${/** @type {Error} */ (err).message}`,
244
{ cause: err },
245
);
246
}
0 commit comments