소스 검색

Clarified exception warning

CarlBateman 8 년 전
부모
커밋
62d8ed2356
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/js/loaders/FBXLoader.js

+ 1 - 1
examples/js/loaders/FBXLoader.js

@@ -4329,7 +4329,7 @@
 
 					if ( window.Zlib === undefined ) {
 
-						throw new Error( 'FBXLoader: Import inflate.min.js from https://github.com/imaya/zlib.js' );
+					  throw new Error('FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js');
 
 					}