Commit eb64ab6b authored by yann300's avatar yann300

standard

parent 6750955f
...@@ -756,7 +756,7 @@ class Terminal extends Plugin { ...@@ -756,7 +756,7 @@ class Terminal extends Plugin {
} }
try { try {
if (script.trim().startsWith('git')) { if (script.trim().startsWith('git')) {
await this.call('git', 'execute', script) await this.call('git', 'execute', script)
} else { } else {
await this.call('scriptRunner', 'execute', script) await this.call('scriptRunner', 'execute', script)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment