feat(sourcemaps-reader): logs
This commit is contained in:
parent
6fd4eb6693
commit
f659b56b70
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ sourceMap.SourceMapConsumer.initialize({
|
|||
"lib/mappings.wasm": wasm
|
||||
});
|
||||
|
||||
console.log(`>sourceMap initialised using ${process.env.MAPPING_WASM || '/mappings.wasm'}`);
|
||||
|
||||
module.exports.sourcemapReader = async event => {
|
||||
let s3;
|
||||
if (event.S3_HOST) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue