From da814b0e3a7de59c46363957ec8a626eb44ebe68 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Fri, 25 May 2018 12:01:16 +0100 Subject: [PATCH] log settings on startup --- config/settings.defaults.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/config/settings.defaults.coffee b/config/settings.defaults.coffee index de853f5..ab6e7e6 100644 --- a/config/settings.defaults.coffee +++ b/config/settings.defaults.coffee @@ -46,3 +46,4 @@ if process.env["DOCKER_RUNNER"] module.exports.path.sandboxedCompilesHostDir = process.env["COMPILES_HOST_DIR"] module.exports.path.synctexBinHostPath = process.env["SYNCTEX_BIN_HOST_PATH"] +console.log module.exports \ No newline at end of file