Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
qetza committed May 9, 2024
1 parent 550f6bd commit 4fb7a98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tasks/ReplaceTokensV3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 3 additions & 1 deletion tasks/ReplaceTokensV4/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4fb7a98

Please sign in to comment.