mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
period
This commit is contained in:
parent
58d95035ff
commit
7b18e25288
1 changed files with 1 additions and 1 deletions
|
|
@ -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.' : `This Apply block wants to run on ${uri.fsPath}, but it might not exist`}.`)
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue