Skip to content

Commit

Permalink
AIX: demuxer dev message
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Dec 20, 2024
1 parent e7a4633 commit 0f33ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/aix/server/dispatch/stream.demuxers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function _createEventSourceDemuxer(): StreamDemuxer {
},
onComment: (comment: string) => {
if (process.env.NODE_ENV === 'development')
console.log('stream.demuxers: parser comment (safe to ignore):', comment);
console.log('[DEV] stream.demuxers: parser comment (safe to ignore):', comment);
},
});

Expand Down

0 comments on commit 0f33ae1

Please sign in to comment.