refactor(upgrade/util): remove unused stringify()
method
This commit is contained in:

committed by
Victor Berchet

parent
111523677c
commit
998ce9ad7e
@ -7,11 +7,6 @@
|
||||
*/
|
||||
|
||||
|
||||
export function stringify(obj: any): string {
|
||||
if (typeof obj == 'function') return obj.name || obj.toString();
|
||||
return '' + obj;
|
||||
}
|
||||
|
||||
|
||||
export function onError(e: any) {
|
||||
// TODO: (misko): We seem to not have a stack trace here!
|
||||
|
Reference in New Issue
Block a user