Tahir Akhtar
Results
2
comments of
Tahir Akhtar
OSX 10.7.5 nodejs v0.8.9 I am getting a different error: /Users/developer/tools/wsbench/lib/optparse.js:144 while(l-- > 0) if(LONG_SWITCH_RE(arr[l])) return true; ^ TypeError: object is not a function at contains_expr (/Users/developer/tools/wsbench/lib/optparse.js:144:23) at build_rules (/Users/developer/tools/wsbench/lib/optparse.js:77:13)...
I was able to get it to work by my modifying the optparse.js Replace all regular expression calls with call to exec on RE object, like: LONG_SWITCH_RE(r[0]) ? 0 :...