Skip to content

Conversation

@TanayParikh
Copy link
Contributor

Getting the following without it:

npm run compile

> csharp@1.23.15 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

Getting the following without it:

```
npm run compile

> csharp@1.23.15 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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants