mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Better nice-fail if files are missing, and more correctly start non-clustered run
This commit is contained in:
		| @@ -6,7 +6,7 @@ try { | ||||
| } catch(e) { | ||||
|     console.log("Error - missing file"); | ||||
|     console.log("Seems you forgot to create the file api_key.js in /server/config/. Have a look at api_key.example.js."); | ||||
|     process.exit(); | ||||
|     process.exit(1); | ||||
| } | ||||
| var request = require('request'); | ||||
| var db = require(pathThumbnails + '/handlers/db.js'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user