Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
static-ci
·
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
陈峰
8 years ago
Commit
7deee6116e2bd49c6a01c08d0de4b79fbd03f893
1 parent
58e49bbf
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/api/actions/source-map.js
apps/api/actions/source-map.js
View file @
7deee61
...
...
@@ -13,7 +13,6 @@ r.get('/load', (ctx, next) => {
}
reqPath
=
reqPath
.
split
(
'?'
)[
0
];
reqPath
+=
'.map'
;
console
.
log
(
reqPath
)
const
filePath
=
path
.
join
(
config
.
sourceMapDir
,
reqPath
);
if
(
fs
.
existsSync
(
filePath
))
{
...
...
Please
register
or
login
to post a comment