Skip to content

Commit

Permalink
chore: avoid importing from '..' (#2187)
Browse files Browse the repository at this point in the history
  • Loading branch information
synchrone authored Sep 21, 2023
1 parent 109bebf commit bcc92fe
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 '../';
import { ChildCommand, ParentCommand } from '../interfaces';
import { EventEmitter } from 'events';

/**
Expand Down

0 comments on commit bcc92fe

Please sign in to comment.