browserify / commonjs-assert

Node.js's require('assert') for all engines
MIT License
293 stars 57 forks source link

Calling assert.fail instead of fail method #13

Closed calbertts closed 5 years ago

calbertts commented 8 years ago

Hi,

I was wondering if would be more flexible to call the fail method from assert.fail instead of using the internal function directly, in this way would be easier modify the fail default behavior.

Let me know if I'm thinking wrong about this.

Thanks

BridgeAR commented 5 years ago

This seems somewhat outdated. We plan to sync this module with the current Node.js master and the internals of assert have changed drastically. Thus, this does not seem to be applicable anymore.