Skip to content

Commit

Permalink
add import for assert
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCrotaz committed Oct 18, 2024
1 parent 6d33d93 commit 0bc07f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mermaid/src/diagrams/packet/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { log } from '../../logger.js';
import { populateCommonDb } from '../common/populateCommonDb.js';
import { db } from './db.js';
import type { PacketBlock, PacketWord } from './types.js';
import assert from 'node:assert';

const maxPacketSize = 10_000;

Expand Down

0 comments on commit 0bc07f3

Please sign in to comment.