mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Typo
This commit is contained in:
parent
c8781119c8
commit
4ae4d39526
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ if ENV_PROD
|
|||
throw new Error("Debugging Sentry")
|
||||
|
||||
app.use(Sentry.Handlers.errorHandler())
|
||||
log.debug "Setitng up Sentry debugging: #{process.env.SENTRY_DSN.substr(0, 20)}..."
|
||||
log.debug "Setting up Sentry debugging: #{process.env.SENTRY_DSN.substr(0, 20)}..."
|
||||
|
||||
log.debug "Starting NewsBlur Node Server: #{process.env.SERVER_NAME}"
|
||||
server.listen(8008)
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
throw new Error("Debugging Sentry");
|
||||
});
|
||||
app.use(Sentry.Handlers.errorHandler());
|
||||
log.debug(`Setitng up Sentry debugging: ${process.env.SENTRY_DSN.substr(0, 20)}...`);
|
||||
log.debug(`Setting up Sentry debugging: ${process.env.SENTRY_DSN.substr(0, 20)}...`);
|
||||
}
|
||||
|
||||
log.debug(`Starting NewsBlur Node Server: ${process.env.SERVER_NAME}`);
|
||||
|
|
Loading…
Add table
Reference in a new issue