Antony Repin
Results
2
issues of
Antony Repin
Hello guys and thank you for a wonderful package! I am experiencing some issues though if running commit from within a submodule directory. ``` (node:16959) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection...
``` $ node -v v6.2.2 ``` Enabled sails-react in `http.js` with `customMiddleware` property as follows: ``` middleware: { order: [ ... '$custom', 'router', 'www', 'favicon', '404', '500', ], ... customMiddleware:...