fix(core): update
This commit is contained in:
		@@ -65,10 +65,10 @@ export class Smartenv {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public get runtimeEnv() {
 | 
			
		||||
    if (typeof window !== 'undefined') {
 | 
			
		||||
      return 'browser';
 | 
			
		||||
    } else if (typeof process !== 'undefined') {
 | 
			
		||||
    if (typeof process !== 'undefined') {
 | 
			
		||||
      return 'node';
 | 
			
		||||
    } else {
 | 
			
		||||
      return 'browser';
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user