amaro 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/index.js +5 -5
- package/dist/package.json +1 -1
- package/dist/register-transform.mjs +1 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED
|
@@ -6,7 +6,7 @@ const hasSourceMaps =
|
|
|
6
6
|
env.NODE_OPTIONS?.includes("--enable-source-maps");
|
|
7
7
|
|
|
8
8
|
if (!hasSourceMaps) {
|
|
9
|
-
emitWarning("Source maps are disabled, stack traces will not accurate");
|
|
9
|
+
emitWarning("Source maps are disabled, stack traces will not be accurate");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
register("./transform-loader.js", import.meta.url);
|