Temporary disable throws on warnings

This commit is contained in:
hypnos 2017-11-21 04:11:00 +03:00
parent 483bb05a89
commit f3f6ea8a82

View File

@ -14,9 +14,9 @@ configure({ adapter: new Adapter() });
free of warnings going forward.
*/
const throwError = message => {
/* const throwError = message => {
throw new Error(message);
};
global.console.error = throwError;
global.console.warn = throwError;
global.console.warn = throwError; */