fix: fix watch init message

main
Tanimodori 2 years ago
parent 3f70a7f333
commit ec23890f73
No known key found for this signature in database
GPG Key ID: 27779538B4410104

@ -85,6 +85,6 @@ async function syncTypeScript() {
return watchTypeScript();
}
console.log('INIT watching static and ts files...');
console.log('Start watching static and ts files...');
syncStatic();
syncTypeScript();

Loading…
Cancel
Save