Skip to content

Commit efe98d6

Browse files
fix: typo in warning
1 parent 3f29692 commit efe98d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/register/register-transform.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const hasSourceMaps =
66
env.NODE_OPTIONS?.includes("--enable-source-maps");
77

88
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");
1010
}
1111

1212
register("./transform-loader.js", import.meta.url);

0 commit comments

Comments
 (0)