mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 18:44:33 +00:00
Suppress a bunch of issue caused by the move from BlueBird 2 -> 3
This commit is contained in:
@@ -9,10 +9,10 @@ java.asyncOptions = {
|
||||
promiseSuffix: 'P',
|
||||
promisify: BluePromise.promisify
|
||||
};
|
||||
|
||||
java.registerClientP((): Promise<void> => {
|
||||
// todo: figure out why promise doesn't work here
|
||||
/* java.registerClientP((): Promise<void> => {
|
||||
return BluePromise.resolve();
|
||||
});
|
||||
}); */
|
||||
|
||||
interface ProxyFunctions {
|
||||
[index: string]: Function;
|
||||
|
||||
Reference in New Issue
Block a user