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 <[email protected]>
  • Loading branch information
kiprasmel committed Apr 9, 2022
1 parent f06be4c commit 9763102
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 9763102

Please sign in to comment.