diff --git a/README.md b/README.md index 12a7cac..bf0d200 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # up -> Current version: `up v.0.1.2 (Pre-Alpha)` +> Current version: `up v.0.1.3 (Pre-Alpha)` > Notes: `up` has landed in pre-alpha! 🎉 Changelog will be added from `up v.0.2.0` [(Alpha/MVP)](Roadmap.md)\ > ⚠️ ❌ `up` is still not ready for use yet! Do not attempt to use this in development or production until alpha! diff --git a/index.js b/index.js index 55a8cb3..091a28f 100644 --- a/index.js +++ b/index.js @@ -78,6 +78,6 @@ try { exec("nginx -t && service reload nginx"); } -catch { +catch (e) { console.log("nginx configuration failed! Unable to reload nginx. Check configuration manually!") } \ No newline at end of file diff --git a/package.json b/package.json index be70580..52a3431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "up-serve", - "version": "0.1.2", + "version": "0.1.3", "description": "A cli tool to quickly create and manage nginx server blocks.", "main": "index.js", "scripts": {