bldrs-ai / ifctool

Command line tools for working with IFC models
https://bldrs-ai.github.io/ifctool
16 stars 5 forks source link

Web-ifc line at the beginning ouf the output #8

Closed Adrian62D closed 2 years ago

Adrian62D commented 2 years ago

Steps to reproduce:

Download the sample ifc.

Run: node src/main.js SEESTRASSE.ifc > seestrasse.json

Expected result:

seestrasse.json is a valid json file.

Actual result:

There is an additional line at the beginning of the output.

web-ifc: 0.0.34 threading: 0
pablo-mayrgundter commented 2 years ago

Fixed by #13 .

Adrian62D commented 2 years ago

Nice, thank you, I'll test it soon.