Skip to content

Commit ae3052c

Browse files
committed
drop "being" in "is being deprecated"
1 parent d9a9119 commit ae3052c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/bin/hsm.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ switch (commands[0]) {
117117

118118
if (noMinifyOption && noMinifyOption.name != `no-minify`) {
119119
console.warn(colourF(`\
120-
Warning: ${formatOption(noMinifyOption.name)} is being deprecated and will be removed in the next minor
120+
Warning: ${formatOption(noMinifyOption.name)} is deprecated and will be removed in the next minor
121121
release of HSM
122122
You should switch to using its alias ${colourN(`--no-minify`)}\n`
123123
))
@@ -329,7 +329,7 @@ ${colourN(`--hackmud-path`)}=${colourB(`<path>`)} option or ${colourN(`HSM_HACKM
329329

330330
if (dtsPathOption && dtsPathOption.name != `dts-path` && dtsPathOption.name != `type-declaration-path`) {
331331
console.warn(colourF(`\
332-
Warning: ${formatOption(dtsPathOption.name)} is being deprecated and will be removed in the
332+
Warning: ${formatOption(dtsPathOption.name)} is deprecated and will be removed in the
333333
next minor release of HSM
334334
You should switch to using its alias ${colourN(`--dts-path`)}\n`
335335
))
@@ -393,7 +393,7 @@ Warning: ${formatOption(dtsPathOption.name)} is being deprecated and will be rem
393393
warnedDeprecatedEmitDtsAlias = true
394394

395395
console.warn(colourF(`\
396-
Warning: ${colourC(`hsm`)} ${colourL(commands[0])} is being deprecated and will be removed
396+
Warning: ${colourC(`hsm`)} ${colourL(commands[0])} is deprecated and will be removed
397397
in the next minor release of HSM
398398
You should switch to using its alias ${colourC(`hsm`)} ${colourL(`emit-dts`)}\n`
399399
))
@@ -550,7 +550,7 @@ ${colourN(`--watch`)}
550550
case `emit-dts`: {
551551
if (!warnedDeprecatedEmitDtsAlias && commands[0] != `emit-dts` && commands[0] != `gen-dts`) {
552552
console.warn(colourF(`\
553-
Warning: ${colourC(`hsm`)} ${colourL(commands[0])} is being deprecated and will be removed
553+
Warning: ${colourC(`hsm`)} ${colourL(commands[0])} is deprecated and will be removed
554554
in the next minor release of HSM
555555
You should switch to using its alias ${colourC(`hsm`)} ${colourL(`emit-dts`)}\n`
556556
))

0 commit comments

Comments
 (0)