mathieudutour / mathieudutour/git-sketch-plugin

Failed Failed to run : undefined

Open
#254 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.4k
Forks
119
PR merge metrics
No merged PRs in 30d

Description

### How did it happen?
1. I click any button of sketch git function, all response " Failed Failed to run : undefined"
2.
3.

### Error log

```
Failed to run: undefined

{
"pid": "26068",
"status": 72,
"stdout": ""
}

@/Users/kate.lin/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Add.js:1:10567
@/Users/kate.lin/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Add.js:1:15862
c@/Users/kate.lin/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Add.js:1:20189
@/Users/kate.lin/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Add.js:1:21330
@/Users/kate.lin/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Add.js:1:21269
@/Users/kate.lin/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Add.js:1:21302
__skpm_run@/Users/kate.lin/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Git.sketchplugin/Contents/Sketch/__commands_Add.js:1:21607
__skpm_run@[native code]
```

Contributor guide

Open the contributing guide

Research direction

Reproduce a Git action from the Sketch plugin and inspect the failure reported in the generated __commands_Add.js stack trace, including status 72 and the empty stdout. Trace the command execution far enough to identify why it returns “undefined,” then verify that the Sketch Git buttons complete without this error.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, javascript
Domain
desktop, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.