Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Green committed Jun 20, 2023
1 parent 9de661a commit fbadf3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raspberry-pi-client",
"version": "1.0.0-rc.7",
"version": "1.0.0-rc.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 6 additions & 1 deletion scripts/initialize-environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ function initialize() {
initializeConfig();
}

initialize();
try {
initialize();
} catch (error) {
console.error(`Failed to initialize environment`);
console.error(error);
}

0 comments on commit fbadf3c

Please sign in to comment.