Skip to content

Commit 9763102

Browse files
committed
fix: import assert from assert, not console
Signed-off-by: Kipras Melnikovas <[email protected]>
1 parent f06be4c commit 9763102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: parse-todo-of-stacked-rebase/validator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable @typescript-eslint/consistent-type-assertions */
22
/* eslint-disable indent */
33

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

0 commit comments

Comments
 (0)