Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
synchrone authored Sep 20, 2023
1 parent 0fea219 commit ee484b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/child.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ChildProcess, fork } from 'child_process';
import { Worker } from 'worker_threads';
import { AddressInfo, createServer } from 'net';
import { ChildCommand, ParentCommand } from '../commands';
import { ChildCommand, ParentCommand } from '../interfaces';
import { EventEmitter } from 'events';

/**
Expand Down

0 comments on commit ee484b6

Please sign in to comment.