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:
@@ -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
|
||||
|
Reference in New Issue
Block a user