diff --git a/tasks/ReplaceTokensV3/index.ts b/tasks/ReplaceTokensV3/index.ts index 7c44dd3..5640701 100644 --- a/tasks/ReplaceTokensV3/index.ts +++ b/tasks/ReplaceTokensV3/index.ts @@ -497,7 +497,9 @@ var normalize = function (p: string): string { async function run() { // depreciation warnings - tl.warning('This version is deprecated. Use v5 (node10) or v6 (node16) versions instead. For help see https://github.com/qetza/replacetokens-task/discussions/33 and https://github.com/qetza/replacetokens-task/discussions/34'); + tl.warning( + 'This version is deprecated. Use v5 (node10) or v6 (node16) versions instead. For help see https://github.com/qetza/replacetokens-task/discussions/33 and https://github.com/qetza/replacetokens-task/discussions/34' + ); // initialize telemetry (outside of try as needed in catch and finally) let telemetryEnabled = false; diff --git a/tasks/ReplaceTokensV4/index.ts b/tasks/ReplaceTokensV4/index.ts index 1c425c4..b9f1023 100644 --- a/tasks/ReplaceTokensV4/index.ts +++ b/tasks/ReplaceTokensV4/index.ts @@ -497,7 +497,9 @@ var normalize = function (p: string): string { async function run() { // depreciation warnings - tl.warning('This version is deprecated. Use v5 (node10) or v6 (node16) versions instead. For help see https://github.com/qetza/replacetokens-task/discussions/33 and https://github.com/qetza/replacetokens-task/discussions/34'); + tl.warning( + 'This version is deprecated. Use v5 (node10) or v6 (node16) versions instead. For help see https://github.com/qetza/replacetokens-task/discussions/33 and https://github.com/qetza/replacetokens-task/discussions/34' + ); // initialize telemetry (outside of try as needed in catch and finally) let telemetryEnabled = false;