Change:
- changed sourcemaps_reader-nodejs script
This commit is contained in:
parent
5cfbbf88cd
commit
6e150eaf4f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const server = http.createServer((req, res) => {
|
|||
req.on('end', function () {
|
||||
data = JSON.parse(data);
|
||||
console.log("Starting parser for: " + data.key);
|
||||
process.env = {...process.env, ...data.bucket_config};
|
||||
// process.env = {...process.env, ...data.bucket_config};
|
||||
handler.sourcemapReader(data)
|
||||
.then((results) => {
|
||||
res.statusCode = 200;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue