Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upstream issue with demoinfocs-golang #12

Closed
mavrick opened this issue Sep 22, 2024 · 0 comments
Closed

upstream issue with demoinfocs-golang #12

mavrick opened this issue Sep 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mavrick
Copy link

mavrick commented Sep 22, 2024

Describe the bug

markus-wa/demoinfocs-golang#566

Demo links

https://drive.google.com/file/d/13-jHqduYjMKKwudaheLJwXg-SjTj3FK0/view?usp=sharing

Steps to reproduce

const { analyzeDemo, ExportFormat, DemoSource } = require('@akiver/cs-demo-analyzer');
const file = path.resolve('./nexus-vs-alliance-m3-dust2.dem');
const outputFolderPath = path.dirname(file);
const o = {
demoPath: file,
outputFolderPath,
format: ExportFormat.JSON,
analyzePositions: false,
minify: false,
onStderr: console.error,
onStdout: console.log,
onStart: () => {
console.log('Starting!');
},
onEnd: () => {
console.log('Done!');
},
}
await analyzeDemo(o)

Expected behavior

no errors

Code snippet

No response

Environment information

  • Version: 1.4.10
  • OS: Win11
  • Node: 20.15.1

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants