Skip to content

Commit

Permalink
Merge pull request #1081 from minuteos/feat/migrate-to-eslint
Browse files Browse the repository at this point in the history
fix: incorrect RingBuffer import after no-require-imports
  • Loading branch information
haneefdm authored Jan 19, 2025
2 parents d727d68 + a2a1987 commit 6bd7888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/swo/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { SymbolInformation } from '../../symbols';
import { getNonce, RTTCommonDecoderOpts } from '../../common';
import { SocketRTTSource, SocketSWOSource } from './sources/socket';

import RingBuffer from 'ringbufferjs';
import * as RingBuffer from 'ringbufferjs';

enum Status {
IDLE = 1,
Expand Down

0 comments on commit 6bd7888

Please sign in to comment.