error message

This commit is contained in:
Andrew Pareles 2025-03-24 08:36:01 -07:00
parent cf9482bd76
commit 28ac708904

View file

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