Suppress a bunch of issue caused by the move from BlueBird 2 -> 3

This commit is contained in:
Paul van Brenk
2016-08-17 11:34:44 -07:00
parent 145b71ff22
commit 91c08e5b35
8 changed files with 99 additions and 90 deletions

View File

@@ -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;