Skip to content

Commit df61881

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 33aa922 commit df61881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pad.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export function notepad(
216216
? (response as any).status
217217
: ' [no response field] '
218218
complain(
219-
'Error ' + res + ' saving changes: ' + (errorMessage as any).true
219+
'Error ' + res + ' saving changes: ' + String(errorMessage)
220220
) // upstream,
221221
// updater.requestDownstreamAction(padDoc, reloadAndSync);
222222
}

0 commit comments

Comments
 (0)