Treverix / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
35 stars 6 forks source link

Add missing Thenable definition #14

Closed DanielMcAssey closed 4 years ago

DanielMcAssey commented 4 years ago

This should resolve local build errors

Treverix commented 4 years ago

Thanks for the PR - I just noticed that I accidentally excluded a source folder (typings) with .gitignore and that contains the thenable.d.ts and some other files. Sorry for the inconvenience, the next push will have the full code base.

Treverix commented 4 years ago

thenable.d.ts is now added and it should build now. Please reopen the pull request, if that didn't fix the problem :)