chirag729

Results 2 comments of chirag729

@asequeira-os This repo is more up to date: https://github.com/katallaxie/aws-lambda-dart-runtime I submitted a pull request that fixes this error

@silverhairs I've tried this code: ``` try { print('1'); await Hive.deleteFromDisk(); print('2'); } catch (e) { print(e); } ``` I still only see '1'