Falko Schindler 9 달 전
부모
커밋
ab927959cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      npm.py

+ 1 - 1
npm.py

@@ -127,7 +127,7 @@ for key, dependency in dependencies.items():
                 content = newfile.read_text()
                 MSG = '../utils/BufferGeometryUtils.js'
                 if MSG not in content:
-                    raise ValueError(f'Expected to find "{MSG}" in {download_path}')
+                    raise ValueError(f'Expected to find "{MSG}" in {filename}')
                 content = content.replace(MSG, 'BufferGeometryUtils')
                 newfile.write_text(content)