We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5bfef commit dc77a1cCopy full SHA for dc77a1c
1 file changed
mink-plugin/options.js
@@ -346,7 +346,7 @@ function populateDropdownWithAggregatorsInStorage (arrayOfAggregators) {
346
}
347
348
349
-function setAggregatorsInStorage (arrayOfAggregatorHostnames, cb) {
+function setAggregatorsInStorage (arrayOfAggregatorHostnames, cb = ()) {
350
// Returns a promise
351
return chrome.storage.local.set({ 'aggregators': arrayOfAggregatorHostnames }).then(() => {
352
console.log('Attempting to invoke the callback, this is failing w/ reload')
0 commit comments