Compare commits
2 Commits
01e4580a14
...
b2d7f18213
| Author | SHA1 | Date | |
|---|---|---|---|
| b2d7f18213 | |||
| 8d5af5876f |
@@ -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