update message

This commit is contained in:
Andrew Pareles 2025-05-10 03:28:29 -07:00
parent 85b1f0ec04
commit 58d95035ff

View file

@ -275,7 +275,7 @@ export const ApplyButtonsHTML = ({
setApplying(newApplyingUri)
if (!applyDonePromise) {
notificationService.info(`Void Error: We couldn't run Apply here (${uri === 'current' ? 'this Apply block wants to run on the current file, but you might not have a file open' : uri.fsPath}).`)
notificationService.info(`Void Error: We couldn't run Apply here. ${uri === 'current' ? 'This Apply block wants to run on the current file, but you might not have a file open.' : `This Apply block wants to run on ${uri.fsPath}, but it might not exist`}.`)
}
// catch any errors by interrupting the stream