mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-23 11:49:59 +00:00
Fix yarn dev:transpile
This commit is contained in:
@@ -88,10 +88,10 @@ async function main() {
|
|||||||
await Promise.all([app.watch(), bundle.watch()]);
|
await Promise.all([app.watch(), bundle.watch()]);
|
||||||
} else {
|
} else {
|
||||||
await Promise.all([app.rebuild(), bundle.rebuild()]);
|
await Promise.all([app.rebuild(), bundle.rebuild()]);
|
||||||
}
|
|
||||||
|
|
||||||
await app.dispose();
|
await app.dispose();
|
||||||
await bundle.dispose();
|
await bundle.dispose();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
main().catch(error => {
|
main().catch(error => {
|
||||||
|
|||||||
Reference in New Issue
Block a user