Skip to content

Commit 207318d

Browse files
committed
Merge branch 'main' of https://github.com/solid/source-pane into main
2 parents a7c3ad6 + fea4cff commit 207318d

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
},
3535
"homepage": "https://github.com/solid/source-pane",
3636
"dependencies": {
37-
"solid-ui": "^2.4.5"
37+
"solid-ui": "^2.4.8"
3838
},
3939
"devDependencies": {
40-
"eslint": "^7.28.0",
40+
"eslint": "^7.29.0",
4141
"husky": "^6.0.0",
4242
"lint-staged": "^11.0.0",
4343
"standard": "^16.0.3"

sourcePane.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ module.exports = {
230230
const desc = response.responseText
231231
if (!desc) { // Defensive https://github.com/linkeddata/rdflib.js/issues/506
232232
const msg = 'source pane: No text in response object!!'
233-
statusRow.appendChild(UI.widgets.errorMessageBlock(dom, ç))
233+
statusRow.appendChild(UI.widgets.errorMessageBlock(dom, msg))
234234
return // Never mis-represent the contents of the file.
235235
}
236236
textArea.rows = desc.split('\n').length + 2

0 commit comments

Comments
 (0)