Skip to content

Commit

Permalink
fix: import assert from assert, not console
Browse files Browse the repository at this point in the history
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
  • Loading branch information
kiprasmel committed Jan 22, 2022
1 parent 45912a7 commit 87e3aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse-todo-of-stacked-rebase/validator.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/consistent-type-assertions */
/* eslint-disable indent */

import { assert } from "console";
import assert from "assert";
import { bullets, joinWith, tick } from "nice-comment";
import { Termination } from "../util/error";

Expand Down

0 comments on commit 87e3aab

Please sign in to comment.