mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-30 20:57:26 +00:00 
			
		
		
		
	Rename error-handler.js to error.js.
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| /** | ||||
| Error-handling routines for HackMyResume. | ||||
| @module error-handler.js | ||||
| @module error.js | ||||
| @license MIT. See LICENSE.md for details. | ||||
| */ | ||||
| // TODO: Logging library
 | ||||
| @@ -217,7 +217,7 @@ Definition of the `main` function. | ||||
|   function execute( src, dst, opts, log ) { | ||||
|  | ||||
|     loadOptions.call( this, opts, this.parent.jsonArgs ); | ||||
|     var hand = require( './error-handler' ); | ||||
|     var hand = require( './error' ); | ||||
|     hand.init( _opts.debug, _opts.assert ); | ||||
|     var v = new HMR.verbs[ this.name() ](); | ||||
|     _out.init( _opts ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user