This commit is contained in:
Timo Hocker 2020-05-27 18:35:01 +02:00
parent e5cb4d3dbe
commit dc40fa144b

View File

@ -19,7 +19,7 @@ export abstract class OptionSource {
opt.filled = true; opt.filled = true;
} }
catch (e) { catch (e) {
// could not assing // could not assign
} }
} }
} }