We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1a117 commit 843686bCopy full SHA for 843686b
lib/context.js
@@ -70,7 +70,7 @@ module.exports = function ctx(compiler, options) {
70
71
// We are now in invalid state
72
context.state = false;
73
- if (callback && typeof callback === 'function') {
+ if (typeof callback === 'function') {
74
callback();
75
}
76
0 commit comments