1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-15 06:35:56 +00:00
This commit is contained in:
Scott Tolksdorf
2018-04-08 22:23:03 -04:00
committed by Trevor Buckner
parent 40f1d4c790
commit c8875cff94
51 changed files with 2837 additions and 2852 deletions

View File

@@ -20,4 +20,4 @@ Promise.resolve()
.then(livereload())
.then(server('./server.js', ['server']))
.then(console.timeEnd.bind(console, label))
.catch(console.error)
.catch(console.error);