diff options
| author | Sahandevs <sahandevs@gmail.com> | 2021-02-07 21:59:06 +0330 |
|---|---|---|
| committer | Sahandevs <sahandevs@gmail.com> | 2021-02-07 21:59:06 +0330 |
| commit | 3a0234d60f924cdec4a3fa2fccfe7ed85567f0bc (patch) | |
| tree | 9753eb1ba2ffe2ec720058cb7c2041ae0f6d97cf /editors/code/src/run.ts | |
| parent | 1bb4e973ffaffd78a01ba5abb90096d11a2ddb42 (diff) | |
| download | rust-3a0234d60f924cdec4a3fa2fccfe7ed85567f0bc.tar.gz rust-3a0234d60f924cdec4a3fa2fccfe7ed85567f0bc.zip | |
format
Diffstat (limited to 'editors/code/src/run.ts')
| -rw-r--r-- | editors/code/src/run.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts index e30fdb38e67..4f0d2884b03 100644 --- a/editors/code/src/run.ts +++ b/editors/code/src/run.ts @@ -46,7 +46,7 @@ export async function selectRunnable(ctx: Ctx, prevRunnable?: RunnableQuickPick, // it is the debug case, run always has at least 'cargo check ...' // see crates\rust-analyzer\src\main_loop\handlers.rs, handle_runnables vscode.window.showErrorMessage("There's no debug target!") - .then(() => {}, console.error); + .then(() => { }, console.error); return; } |
