Skip to content

Commit

Permalink
refactor(node): move _fixed_queue.ts to node/internal (denoland#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored and crowlKats committed Apr 27, 2022
1 parent aee52f0 commit 8472538
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/_next_tick.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { core } from "./_core.ts";
import { validateCallback } from "./internal/validators.mjs";
import { _exiting } from "./_process/exiting.ts";
import { FixedQueue } from "./_fixed_queue.ts";
import { FixedQueue } from "./internal/fixed_queue.ts";

interface Tock {
callback: (...args: Array<unknown>) => void;
Expand Down
File renamed without changes.

0 comments on commit 8472538

Please sign in to comment.