Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-apm
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2017-10-13 14:30:15 +0800
Commit
d62b826283bdd4787ba4bd4088fe1a94f4cc00fa
1 parent
ef382cbe
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/sourcemap-parse.js
lib/sourcemap-parse.js
View file @
d62b826
...
...
@@ -32,7 +32,7 @@ const loadFileSourceMap = (fileUrl) => {
const
parse
=
({
fileUrl
,
line
,
column
})
=>
{
return
loadFileSourceMap
(
fileUrl
).
then
(
source
=>
{
if
(
!
source
)
{
if
(
!
source
||
!
line
)
{
return
void
0
;
}
try
{
...
...
Please
register
or
login
to post a comment