Skip to content

Commit

Permalink
chore: Update src/bidiMapper/CommandProcessor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Sep 5, 2024
1 parent 95beb93 commit 701fff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bidiMapper/CommandProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import type {Result} from '../utils/result.js';
import {BidiNoOpParser} from './BidiNoOpParser.js';
import type {BidiCommandParameterParser} from './BidiParser.js';
import type {MapperOptions} from './BidiServer.js';
import type {BluetoothProcessor} from './modules/bluetooth/BluetoothProcessor';
import type {BluetoothProcessor} from './modules/bluetooth/BluetoothProcessor.js';
import {BrowserProcessor} from './modules/browser/BrowserProcessor.js';
import {CdpProcessor} from './modules/cdp/CdpProcessor.js';
import {BrowsingContextProcessor} from './modules/context/BrowsingContextProcessor.js';
Expand Down

0 comments on commit 701fff2

Please sign in to comment.