This commit is contained in:
acalcutt 2025-01-04 02:35:51 -05:00
parent f187d32a4a
commit 4abc6164b7

View file

@ -54,7 +54,7 @@ export const serve_style = {
app.get('/:id/style.json', (req, res, next) => { app.get('/:id/style.json', (req, res, next) => {
const { id } = req.params; const { id } = req.params;
if (verbose) { if (verbose) {
console.log(`Handling style request for: /styles/${id}/style.json`); console.log('Handling style request for: /styles/%s/style.json', id);
} }
try { try {
const item = repo[id]; const item = repo[id];