mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-10 07:47:07 +01: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