We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d11dcad + 16579df commit c9d62d8Copy full SHA for c9d62d8
1 file changed
_webpack/include.js
@@ -2,7 +2,7 @@
2
require('source-map-support').install();
3
4
// Catch all unhandled exceptions and print their stack trace.
5
-// Required if the hanlder function is async, as promises
+// Required if the handler function is async, as promises
6
// can swallow error messages.
7
process.on('unhandledRejection', function(e) {
8
console.error(e.stack);
0 commit comments