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 6, 2024
1 parent d7db4be commit 1ea2ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/word-plugin/src/taskpane/taskpane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export async function run1() {
console.log(`Execution time update word formatting: ${end - start} ms`);
start = performance.now();

context.sync();
await context.sync();

end = performance.now();
console.log(`Execution time context sync: ${end - start} ms`);
Expand Down

0 comments on commit 1ea2ef7

Please sign in to comment.