Skip to content

Commit 59f1907

Browse files
committed
edits
1 parent 0d069f0 commit 59f1907

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
@@ -348,7 +348,7 @@ analytics.on('error', (err) => console.error(err))
348348
349349
350350
### Event emitter interface
351-
The event emitter interface allows you to track events, such as `track` and `identify` calls, and it calls the function you provided with some arguments upon successful delivery. `error` emits on delivery error. See the complete list of emitted events in the [GitHub Node repository](https://github.com/segmentio/analytics-next/blob/master/packages/node/src/app/emitter.ts).
351+
The event emitter interface allows you to track events, such as `track` and `identify` calls, and it calls the function you provided with some arguments upon successful delivery. `error` emits on delivery error.
352352
353353
```javascript
354354
analytics.on('error', (err) => console.error(err))

0 commit comments

Comments
 (0)