TritonDataCenter / node-debug-school

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

monkey-patch coreadm to prevent invalid patterns #13

Closed misterdjules closed 10 years ago

misterdjules commented 10 years ago

Work around the following coreadm bug: http://smartos.org/bugview/OS-3042 by monkey-patching coreadm so that when students set a global pattern with a relative path, coreadm fails.

A hint is displayed that tells students not to pass patterns representing relative paths when setting a global core file pattern. A

Fixes #9

misterdjules commented 10 years ago

Landed in d4b681f