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 8, 2024
1 parent 1ea2ef7 commit 6bf3cbc
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 @@ -15,7 +15,7 @@ Office.onReady((info) => {
});

export async function run1() {
console.log("Run V1");
console.log("Run V1.1");
return await Word.run(async (context) => {
let start = performance.now();

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

export async function run2() {
console.log("Run V2");
console.log("Run V2.1");
return await Word.run(async (context) => {
const start = performance.now();

Expand Down

0 comments on commit 6bf3cbc

Please sign in to comment.