Compare commits
2 Commits
b2d7f18213
...
01e4580a14
| Author | SHA1 | Date | |
|---|---|---|---|
| 01e4580a14 | |||
| 4bf3f98839 |
@@ -44,7 +44,7 @@ export const createControlTracer = (options: ControlTracerCreateOptions) => {
|
||||
const step = (...range: (number | [number, number])[]) => {
|
||||
const { line: currentLine } = getLocation(step) ?? {};
|
||||
if (!currentLine) return;
|
||||
// console.log(currentLine);
|
||||
console.log(currentLine);
|
||||
|
||||
const linesSet = new Set<number>([currentLine]);
|
||||
range.forEach((item) => {
|
||||
|
||||
Reference in New Issue
Block a user