()
| 114 | } |
| 115 | |
| 116 | function hasQueuedChanges() { |
| 117 | if (changedFiles.size > 0) { |
| 118 | return true; |
| 119 | } |
| 120 | |
| 121 | return false; |
| 122 | } |
| 123 | |
| 124 | function executeCommandCallback(filepath = '') { |
| 125 | return new Promise(async (resolve) => { |
no outgoing calls
no test coverage detected