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)