Skip to content

Commit 6bd7888

Browse files
authored
Merge pull request #1081 from minuteos/feat/migrate-to-eslint
fix: incorrect RingBuffer import after no-require-imports
2 parents d727d68 + a2a1987 commit 6bd7888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/swo/core.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { SymbolInformation } from '../../symbols';
1919
import { getNonce, RTTCommonDecoderOpts } from '../../common';
2020
import { SocketRTTSource, SocketSWOSource } from './sources/socket';
2121

22-
import RingBuffer from 'ringbufferjs';
22+
import * as RingBuffer from 'ringbufferjs';
2323

2424
enum Status {
2525
IDLE = 1,

0 commit comments

Comments
 (0)