Ayden G.W.
Ayden G.W.
Can confirm, this issue is still present in `6.2.8-20240305122718+5381dd5b22` 💢 Here is my log, for refence: ``` $ tail C:/Users/***/AppData/Local/Keybase/Keybase.app.log -n 25 Info,2024-05-11T06:16:29.920Z,Hide main window: true Info,2024-05-11T06:16:29.920Z,Hide dock icon: false...
A concise way I found to test this is: ```lua _G.yue = require("yue") s, r = xpcall( (() -> require("nonexistent_file")), ((err)-> print("THIS IS NOT MISSING IN OUTPUT")) ) s, r...
how about ```lua __expression: true ``` ?