Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Basthon
Basthon Notebook
Commits
bac081df
Commit
bac081df
authored
Oct 30, 2020
by
Romain Casati
Browse files
Fix: catch error in file reading.
parent
018e507b
Changes
1
Hide whitespace changes
Inline
Side-by-side
notebook/basthon/gui.js
View file @
bac081df
...
...
@@ -303,6 +303,7 @@ Un lien vers la page de Basthon avec le contenu actuel du script a été créé.
}
resolve
();
}
input
.
onerror
=
reject
;
document
.
body
.
appendChild
(
input
);
input
.
click
();
document
.
body
.
removeChild
(
input
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment