Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

Commit 8a99023

Browse files
committed
Add explanatory comment
1 parent eb19cf2 commit 8a99023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function loadPolyfills(callback: Function) {
66
} else {
77
import(/* webpackChunkName: "polyfills"*/ '../polyfills')
88
.then(() => callback())
9-
.catch(() => callback())
9+
.catch(() => callback()) // ¯\_(ツ)_/¯
1010
}
1111
}
1212

0 commit comments

Comments
 (0)