Skip to content

investigate git OOO #132

@cfal

Description

@cfal
[git] 79 |       return Response.json({ error: 'Missing required parameters: project and file.' }, { status: 400 });
80 |     }
81 |
82 |     try {
83 |       const result = await git.getDiff({ projectPath: project, file });
84 |       return Response.json(result);
                           ^
RangeError: Out of memory
      at getDiff (/garcon/server/routes/git.js:84:23)
      at async <anonymous> (/garcon/server/lib/http-route.js:45:19)

[git] 79 |       return Response.json({ error: 'Missing required parameters: project and file.' }, { status: 400 });
80 |     }
81 |
82 |     try {
83 |       const result = await git.getDiff({ projectPath: project, file });
84 |       return Response.json(result);
                           ^
RangeError: Out of memory
      at getDiff (/garcon/server/routes/git.js:84:23)
      at async <anonymous> (/garcon/server/lib/http-route.js:45:19)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions