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 f1adb29 commit 74ea858Copy full SHA for 74ea858
packages/adapter/src/lib/adapter/adapter.ts
@@ -9685,7 +9685,7 @@ export class AdapterClass extends EventEmitter {
9685
options = null;
9686
}
9687
9688
- Utils.assertCallback(callback, 'callback');
+ Utils.assertOptionalCallback(callback, 'callback');
9689
9690
if (pattern instanceof RegExp) {
9691
return tools.maybeCallbackWithError(
packages/controller/controller.js
@@ -5,4 +5,5 @@
5
* MIT License
6
*
7
*/
8
-require('./main').init();
+
9
+require('./build/main').init();
0 commit comments