You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i've taked the source code as is, and i am receving the following error.
`
C:\Users\Jenkins\vmf-transpiler\index.js:11
const parsed = parser(str);
^
TypeError: parser is not a function
at C:\Users\Jenkins\vmf-transpiler\index.js:11:20 Any way to fix that ? If to bringconsole.log(str);`, the VMF content is displaying but it does not converting in to the JSON.
VMF are from TF2 map.
The text was updated successfully, but these errors were encountered:
So i've taked the source code as is, and i am receving the following error.
`
C:\Users\Jenkins\vmf-transpiler\index.js:11
const parsed = parser(str);
^
TypeError: parser is not a function
at C:\Users\Jenkins\vmf-transpiler\index.js:11:20
Any way to fix that ? If to bring
console.log(str);`, the VMF content is displaying but it does not converting in to the JSON.VMF are from TF2 map.
The text was updated successfully, but these errors were encountered: