fix(diagnostics): add missing crypto import for randomUUID [BUG-5]
This commit is contained in:
parent
8749aa211d
commit
dfeed4c10f
@ -4,6 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { z } from 'zod';
|
import { z } from 'zod';
|
||||||
|
import crypto from 'node:crypto';
|
||||||
import type { DebugSessionDoc } from './types.js';
|
import type { DebugSessionDoc } from './types.js';
|
||||||
import { createSession } from './repository.js';
|
import { createSession } from './repository.js';
|
||||||
import { getRegisteredContainer } from '@bytelyst/cosmos';
|
import { getRegisteredContainer } from '@bytelyst/cosmos';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user