Skip to content

Commit 2bd1fe2

Browse files
committed
Fix lint errors
1 parent 87a6722 commit 2bd1fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/introspectionSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ test('Muxer information', t => {
5555

5656
test('Custom Logging', async t => {
5757
let n = 0;
58-
const cb = (msg) => {
58+
const cb = () => {
5959
n++;
6060
};
6161
beamcoder.setLoggingCallback(cb);
6262

63-
let dm = await beamcoder.demuxer('https://www.elecard.com/storage/video/bbb_1080p_c.ts');
63+
await beamcoder.demuxer('https://www.elecard.com/storage/video/bbb_1080p_c.ts');
6464
// Expected logs are :
6565
// [hevc @ 0x7f1978017180] Unknown HEVC profile: 0
6666
// [hevc @ 0x7f1978017180] Unknown HEVC profile: 0

0 commit comments

Comments
 (0)