Falko Schindler hai 9 meses
pai
achega
ab927959cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)