, then there is no error with the l" />
S
S
Svyatoslav Khusamov2018-07-10 10:44:16
Node.js
Svyatoslav Khusamov, 2018-07-10 10:44:16

Why does the line number in the console not match the line number in the code?

Hello!
Why does the line number in the console not match the line number in the code?
42496002-728d488a-842d-11e8-9120-9a7b58c
But if you comment out the line `Util.promisify(Hg.clone);`, then there is no error with the line number.
42496036-870ba13a-842d-11e8-9a48-5dd311a
How to fix it?
This happens not only in the IDE, but if you run the test through the command line.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Svyatoslav Khusamov, 2018-07-10
@khusamov

Found the cause of the problem. It turns out that the hg module is written in coffeescript. And it compiles at script time. And because of him such problems.
I compiled it. And inserted it already in compiled form. And the problem is gone. Now all lines match!!!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question