Skip to content

Commit

Permalink
fix #42
Browse files Browse the repository at this point in the history
  • Loading branch information
mj1618 committed Jul 29, 2019
1 parent 475e769 commit 98a5838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class ServerlessOfflineSns {
this.debug("require(" + fullHandlerPath + ")[" + handlerFnName + "]");
const handler = require(fullHandlerPath)[handlerFnName];
return handler;
}
};
}

public log(msg, prefix = "INFO[serverless-offline-sns]: ") {
Expand Down

0 comments on commit 98a5838

Please sign in to comment.