Skip to content

Commit f5ff337

Browse files
committed
bugfix
1 parent b725158 commit f5ff337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
}
1717
done(null, false)
1818
},
19-
test: config.test !== 'none' ? config.test : undefined
19+
test: (config && config.test !== 'none') ? config.test : undefined
2020
})
2121
},
2222
autodetect: {

0 commit comments

Comments
 (0)