serenity/Userland/DevTools
Brian Gianforcaro 35b06ef1eb UserspaceEmulator: Fix syntax of generated profiles
While trying out `ue --profile` today, I received an invalid json
profile. After poking around at the file it looks like we never close
the `events: [..` array that we generate, and thus end up with an
invalid document.

The fix is straight forward, always emit the closing brace.
2022-02-24 16:12:19 +03:30
..
HackStudio LibGUI+Apps: Adjust Splitter spacings 2022-02-23 18:56:22 +02:00
Inspector DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
Playground Userland: Ask first for unsaved changes after clicking an "Open" action 2022-02-21 18:30:32 +01:00
Profiler Profiler: Add missing LibCore/File include 2022-02-16 19:49:41 -05:00
UserspaceEmulator UserspaceEmulator: Fix syntax of generated profiles 2022-02-24 16:12:19 +03:30
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00