billyct
billyct
@diaafares I have added the error message now, no stuck 😄
@diaafares I think it may be because Laravel/Tinker has no color by default. https://github.com/laravel/tinker/issues/127 checkout the new version, and let me know if you still have problems.
create a file `mockEventTarget.js`, then copy the code from [Simple implementation of EventTarget](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget#Simple_implementation_of_EventTarget) and make the `EventTarget` function global ```javascript // mockEventTarget.js // copy the code from https://developer.mozilla.org/en-US/docs/Web/API/EventTarget#Simple_implementation_of_EventTarget var EventTarget...
do you mean [hand back to Tinker after running code](https://github.com/tinkerun/tinkerun-vscode#how-to-hand-back-to-tinker-after-running-code)? or check out the related project [Tinkerun APP](https://github.com/tinkerun/tinkerun). it does not create the files.
@enyaWecurB I checked the code, and I think it doesn't run twice. it may be caused by the `filterOutput` function. it used for filtering the clear Laravel Tinker output from...
~bump~ my fault, in my case, i removed `com.apple.security.cs.disable-library-validation` in my plist file, then it worked
sorry, i have no time to working for it.