feat(sourcemaps-reader): changed logging
This commit is contained in:
parent
daa3e51511
commit
c08e88a0a1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ router.post('/', (req, res) => {
|
|||
});
|
||||
req.on('end', function () {
|
||||
data = JSON.parse(data);
|
||||
console.log("[SR] Starting parser for: " + data.key);
|
||||
console.log(`[SR] Starting parser for ${data.isURL ? "URL: " : "file: "}${data.key}`);
|
||||
// process.env = {...process.env, ...data.bucket_config};
|
||||
handler.sourcemapReader(data)
|
||||
.then((results) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue