1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-09-10 08:22:04 +01:00

chore: update project dependencies

This commit is contained in:
hacksalot
2018-02-12 00:05:29 -05:00
parent 7144126175
commit c4f7350528
71 changed files with 1600 additions and 1737 deletions

View File

@@ -24,6 +24,6 @@ module.exports = ( cmd, args, isSync, callback, param ) ->
callback?(info.error, param)
return cmd: cmd, inner: info.error
catch
callback?(_error, param)
_error
catch ex
callback?(ex, param)
ex