Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AtibQur committed Dec 9, 2024
1 parent 89c0d70 commit ff23e29
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,9 @@ cx.registerCallback("processCreated", handleProcessCreated);

```js
function handleProcessCreated() {
processCount++;
console.log(`Process count: ${processCount}`);
processCount++;
console.log(`Process count: ${processCount}`);
}

```

The `handleProcessCreated` function will now increment the `processCount` variable each time it's called.

0 comments on commit ff23e29

Please sign in to comment.