From 2bb5ced363b692a5696b176bc317fe525c0c05df Mon Sep 17 00:00:00 2001 From: Neel Kamath Date: Sun, 13 May 2018 16:09:55 +0530 Subject: Flatten --- server/scripts/debug.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 server/scripts/debug.js (limited to 'server/scripts/debug.js') diff --git a/server/scripts/debug.js b/server/scripts/debug.js new file mode 100644 index 0000000..3a97d9f --- /dev/null +++ b/server/scripts/debug.js @@ -0,0 +1,18 @@ +/** + * Server debug test script + * + * Version: v2.0.0 + * Developer: Marzavec ( https://github.com/marzavec ) + * License: WTFPL ( http://www.wtfpl.net/txt/copying/ ) + * + */ + +'use strict'; + +// import required classes +const path = require('path'); +const ConfigManager = require('../managers/config'); + +// begin tests +// TODO: TODO +// TODO -- cgit v1.2.1