Skip to content

Commit

Permalink
Add missing strict mode directive
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jul 15, 2019
1 parent 4640522 commit 9bbd4b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
@@ -1,3 +1,5 @@
'use strict';

module.exports = require('./ServerlessOffline.js');

// Serverless exits with code 1 when a promise rejection is unhandled. Not AWS.
Expand Down

0 comments on commit 9bbd4b0

Please sign in to comment.