This commit is contained in:
Henry Jameson 2026-08-05 19:18:33 +03:00
commit a3bc98589e

View file

@ -245,7 +245,9 @@ export default {
}, },
configSink() { configSink() {
if (this.path == null) { if (this.path == null) {
return () => {/* no-op */} return () => {
/* no-op */
}
} }
switch (this.realSource) { switch (this.realSource) {