Skip to content

Commit

Permalink
fix broken 404 error message
Browse files Browse the repository at this point in the history
  • Loading branch information
cesque committed Aug 8, 2019
1 parent 74cb060 commit 7380325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mb.on('ready', async () => {

if(!file) throw micro.createError(
404,
'file not found for url "${req.url}" :('
`file not found for url "${req.url}" :(`
)

return fs.readFileSync(file.path)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drop",
"version": "1.2.1",
"version": "1.2.2∂",
"description": "",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit 7380325

Please sign in to comment.