Skip to content

Commit c9d62d8

Browse files
authored
Merge pull request #5 from ryanwmarsh/patch-2
fixed typo in include.js
2 parents d11dcad + 16579df commit c9d62d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_webpack/include.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require('source-map-support').install();
33

44
// Catch all unhandled exceptions and print their stack trace.
5-
// Required if the hanlder function is async, as promises
5+
// Required if the handler function is async, as promises
66
// can swallow error messages.
77
process.on('unhandledRejection', function(e) {
88
console.error(e.stack);

0 commit comments

Comments
 (0)