We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d598107 commit 028958cCopy full SHA for 028958c
src/shell/script/script.js
@@ -53,6 +53,7 @@ const config_directory_main = shell.breeze.data_directory() + '/config/';
53
54
const config_dir_watch_callbacks = new Set();
55
56
+shell.fs.mkdir(config_directory_main)
57
shell.fs.watch(config_directory_main, (event, filename) => {
58
for (const callback of config_dir_watch_callbacks) {
59
callback(event, filename)
0 commit comments