You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks/ReplaceTokensV3/index.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -496,6 +496,11 @@ var normalize = function (p: string): string {
496
496
};
497
497
498
498
asyncfunctionrun(){
499
+
// depreciation warnings
500
+
tl.warning(
501
+
'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'
502
+
);
503
+
499
504
// initialize telemetry (outside of try as needed in catch and finally)
Copy file name to clipboardExpand all lines: tasks/ReplaceTokensV4/index.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -496,6 +496,11 @@ var normalize = function (p: string): string {
496
496
};
497
497
498
498
asyncfunctionrun(){
499
+
// depreciation warnings
500
+
tl.warning(
501
+
'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'
502
+
);
503
+
499
504
// initialize telemetry (outside of try as needed in catch and finally)
0 commit comments