Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agutoli committed Feb 19, 2019
1 parent 3a90fcb commit a1e1a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ServerlessLayers {

try {
this.localPackage = require(localpackageJson);
} catch(e) {
} catch (e) {
this.log(`Error: Can not find ${localpackageJson}!`);
process.exit(1);
}
Expand Down

0 comments on commit a1e1a4d

Please sign in to comment.