You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following without it:
```
npm run compile
> [email protected] compile
> tsc -p ./ && gulp tslint
[17:31:43] Requiring external module ts-node/register
[17:31:47] Using gulpfile ~/dev/omnisharp-vscode/gulpfile.ts
[17:31:47] Starting 'tslint'...
ERROR: /Users/tanay/dev/omnisharp-vscode/src/features/commands.ts:84:44 - functions that return promises must be async
[17:31:53] Finished 'tslint' after 5.25 s
```
0 commit comments