Skip to content

Commit 7b5cb31

Browse files
nd4p90xrchinn1
andauthored
Update src/connections/sources/catalog/libraries/server/node/index.md
Co-authored-by: rchinn-segment <[email protected]>
1 parent 26361b9 commit 7b5cb31

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/node

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ analytics.flush(function(err, batch){
439439

440440
## Long running process
441441

442-
You should call client.track(...) and know that events will be queued and eventually sent to Segment, also to prevent losing messages make sure that you capture any interruption (for example, a server restart) and call flush to know of and delay the process shutdown.
442+
You should call `client.track(...)` and know that events will be queued and eventually sent to Segment. To prevent losing messages, be sure to capture any interruption (for example, a server restart) and call flush to know of and delay the process shutdown.
443443

444444
```js
445445
import { randomUUID } from 'crypto';

0 commit comments

Comments
 (0)