lint ✨
This commit is contained in:
parent
5a24638e95
commit
4ca58ded5b
|
@ -13,12 +13,12 @@ function captureException(err) {
|
|||
}
|
||||
|
||||
function captureEvent(event) {
|
||||
if (process.env.NODE_ENV !== "production") return;
|
||||
if (process.env.NODE_ENV !== "production") return
|
||||
posthog.capture(event)
|
||||
}
|
||||
|
||||
export default {
|
||||
activate,
|
||||
captureException,
|
||||
captureEvent
|
||||
captureEvent,
|
||||
}
|
||||
|
|
|
@ -47,4 +47,4 @@ server.on("close", () => console.log("Server Closed"))
|
|||
|
||||
module.exports = server.listen(env.PORT || 4001, () => {
|
||||
console.log(`Budibase running on ${JSON.stringify(server.address())}`)
|
||||
})
|
||||
})
|
||||
|
|
|
@ -16,4 +16,4 @@ async function runServer() {
|
|||
require("./app")
|
||||
}
|
||||
|
||||
runServer()
|
||||
runServer()
|
||||
|
|
Loading…
Reference in New Issue