noyearzero

Results 8 comments of noyearzero

The way that is typed, shutDownSequence would not be called asynchronously. You would have to call it with await (and also have defined the function with 'async') `nodeCleanup((exitCode, signal) =>...

So what are you saying? await is just an optional thing javascript programmers type out but don't have to because they like typing things that aren't necessary?

Thanks for that explanation. So I guess the answer to my original question is "sort of"... await directly in the cleanup callback doesn't work, but called functions can still be...

@janis-ps Yes! that does fix it. As C-3PO would say... Wonderful!

![jquery ui default](https://user-images.githubusercontent.com/2496224/145845854-78b4ae5d-4309-466c-8cbb-aada8cf45630.png) ![jquery ui smoothness](https://user-images.githubusercontent.com/2496224/145845895-1a8e44c1-015e-4698-9c4e-f804b5b5a9fc.png)

@mgol I'm wondering why the label "Behavior shared with 1.12" was added. For me it's different in that version as shown in the screenshots.

Oh yeah. I was having a hard time finding an example of Smoothness. The thing I was working on would have been quite difficult to revert, so I used the...

Yeah, you might be right. I might have been a modified version of Smoothness because this issue previous existed.