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 5b0a390 commit e38637dCopy full SHA for e38637d
packages/kit/src/core/config/options.js
@@ -231,7 +231,7 @@ const options = object(
231
232
// TODO: remove this for the 1.0 release
233
force: validate(undefined, (input, keypath) => {
234
- if (typeof input !== undefined) {
+ if (typeof input !== 'undefined') {
235
const newSetting = input ? 'continue' : 'fail';
236
const needsSetting = newSetting === 'continue';
237
throw new Error(
0 commit comments