mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-08-14 20:41:01 +01:00
Asynchrony.
This commit is contained in:
@@ -28,3 +28,4 @@ JsonYamlGenerator = module.exports = BaseGenerator.extend
|
||||
generate: ( rez, f, opts ) ->
|
||||
data = YAML.stringify JSON.parse( rez.stringify() ), Infinity, 2
|
||||
FS.writeFileSync f, data, 'utf8'
|
||||
data
|
||||
|
Reference in New Issue
Block a user