mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
rm log
This commit is contained in:
parent
66c880945c
commit
7ec574eeee
1 changed files with 0 additions and 1 deletions
|
|
@ -1360,7 +1360,6 @@ class InlineDiffsService extends Disposable implements IInlineDiffsService {
|
||||||
onDone(false)
|
onDone(false)
|
||||||
},
|
},
|
||||||
onError: (e) => {
|
onError: (e) => {
|
||||||
console.error('Error rewriting file with diff', e);
|
|
||||||
const details = errorDetails(e.fullError)
|
const details = errorDetails(e.fullError)
|
||||||
this._notificationService.notify({
|
this._notificationService.notify({
|
||||||
severity: Severity.Warning,
|
severity: Severity.Warning,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue