mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
error message
This commit is contained in:
parent
cf9482bd76
commit
28ac708904
1 changed files with 1 additions and 1 deletions
|
|
@ -1628,7 +1628,7 @@ class EditCodeService extends Disposable implements IEditCodeService {
|
|||
this._notifyError(e)
|
||||
onDone()
|
||||
this._undoHistory(uri)
|
||||
throw e.fullError // throw error h
|
||||
throw e.fullError || new Error(e.message) // throw error h
|
||||
}
|
||||
|
||||
// refresh now in case onText takes a while to get 1st message
|
||||
|
|
|
|||
Loading…
Reference in a new issue