Skip to content

Commit

Permalink
Update taskpane.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Mar 7, 2024
1 parent 0485144 commit 78f8906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/word-plugin/src/taskpane/taskpane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Office.onReady((info) => {
});

export async function run1() {
console.log("Run V1");
console.log(`Run V1 - (V${addinVersion})`);
return await Word.run(async (context) => {
let start = performance.now();

Expand Down Expand Up @@ -127,7 +127,7 @@ export async function run1() {
}

export async function run2() {
console.log("Run V2");
console.log(`Run V2 - (V${addinVersion})`);
return await Word.run(async (context) => {
const start = performance.now();

Expand Down

0 comments on commit 78f8906

Please sign in to comment.