mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 18:56:09 +01:00
🐛 Initialization interface hangs on the macOS Fix https://github.com/siyuan-note/siyuan/issues/7887
This commit is contained in:
parent
c836dc72ce
commit
0d832cc97e
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@
|
|||
}
|
||||
|
||||
const walk = (dir, files = []) => {
|
||||
var dirFiles;
|
||||
let dirFiles;
|
||||
const fs = require('fs')
|
||||
try {
|
||||
if (!fs.existsSync(dir)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue