bcoe / sandcastle

A simple and powerful sandbox for running untrusted JavaScript.
MIT License
222 stars 48 forks source link

Add debug to sandcastle #53

Closed thedjpetersen closed 9 years ago

thedjpetersen commented 9 years ago

I started using sandcastle in a personal project and I had a pretty tough debugging why some tasks were timing out. Adding a debug statement made it quite a bit easier as I could see what errors were be thrown by the api supplied.

bcoe commented 9 years ago

:+1: awesome, will get this merged as soon as possible.

bcoe commented 9 years ago

@thedjpetersen your changes are published in 1.3.3, I've added you as a collaborator on the npm module/git-repo, to remove friction from future contributions.

thedjpetersen commented 9 years ago

Neat - I'll probably still go through the normal pull request process.