mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
Without `await`, a 'success' message is always returned, because the Promise that is returned is not nullish. While the log message was misleading, the outcome was already correct, because the parent function `copyProject()` did correctly await the call to `doCopy()`. Fixes: #15699 Test-bot: skip |
||
|---|---|---|
| .. | ||
| config | ||
| docs | ||
| src | ||
| .gitignore | ||
| build.sh | ||