mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-31 05:07:26 +00:00 
			
		
		
		
	Move output messages to YAML.
This commit is contained in:
		| @@ -50,7 +50,7 @@ Implementation of the 'peek' verb for HackMyResume. | ||||
|       if( obj.ex ) { | ||||
|         this.err( obj.ex.fluenterror, obj.ex ); | ||||
|       } | ||||
|       var targ = objPath ? __.get( obj.json, objPath ) : obj; | ||||
|       var targ = objPath ? __.get( obj.json, objPath ) : obj.json; | ||||
|  | ||||
|       this.stat( HMEVENT.afterPeek, { file: t, requested: objPath, target: targ } ); | ||||
|     }, this); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user