TritonDataCenter / node-debug-school

nodeschool curriculum for debugging Node.js
MIT License
48 stars 9 forks source link

Display more helpful message if platform is not supported #6

Closed misterdjules closed 10 years ago

misterdjules commented 10 years ago

Currently, here's the output of node-debug-school when the platform is not supported:

➜  node-debug-school git:(master) ✗ ./node-debug-school.js
Sorry, your current platform is not supported.
➜  node-debug-school git:(master) ✗

We should provide a more helpful message that helps students understand which platforms are supported, so that they can actually run the workshop.