Skip to content

Commit 37098bd

Browse files
author
Joel Denning
authored
Improve logging for patch import map (#176)
1 parent 5676365 commit 37098bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ app.patch("/import-map.json", (req, res) => {
234234
integrity: req.body.integrity,
235235
})
236236
.then((newImportMap) => {
237+
console.log(`Patched import map. New import map`, newImportMap);
237238
res.status(200).send(newImportMap);
238239
})
239240
.catch((err) => {

0 commit comments

Comments
 (0)